Display collider in editor ?

Hi,
I create a game in pure ECS.
I want to known how i can display Collider of an entity in Scene window ?
Like this:
5509084--565165--upload_2020-2-22_12-41-36.png

Add the ‘physics debug display’ component to a game object.
Think you need a converttoentity component too.
Select ‘show collider edges’.

https://docs.unity3d.com/Packages/com.unity.physics@0.2/api/Unity.Physics.Authoring.PhysicsDebugDisplayAuthoring.html

1 Like

Thanks that’s work !