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:
Add the ‘physics debug display’ component to a game object.
Think you need a converttoentity component too.
Select ‘show collider edges’.
1 Like
Thanks that’s work !