Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How can i see all the physics in the scene

Discussion in 'Scripting' started by Andre Gregoire, Jan 12, 2010.

  1. Andre Gregoire

    Andre Gregoire

    Joined:
    Aug 28, 2009
    Posts:
    32
    I want a physics debugger. So i could display,at the same time, all the colliders,ridbodies..etc of the actual scene. Is there any options for that in Unity3D or it's an app i have to make myself ??
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    thats something you will have to write yourself
    colliders are visible on the selected object, rigidbodys are just components on regular game objects so "just there" but the rest of the physical properties are not shown, depending on what you want not even accessable.
     
  3. Andre Gregoire

    Andre Gregoire

    Joined:
    Aug 28, 2009
    Posts:
    32
    Ok, cool another project on the pile but i should prioritize this one. I think it's really needed!