decentraland / creator-hub

MIT License
0 stars 4 forks source link

View all colliders in preview #181

Open nearnshaw opened 3 years ago

nearnshaw commented 3 years ago

In preview mode, it would be great to toggle all colliders on and off, showing them as wireframes or something subtle.

In older versions of the SDK (with Babylon), we had this and it was a huge help. It used to work with pressing C We need to see if we don't add C to the list of buttons to interact with.

Nice to have: It would be ideal to have some kind of UI element to click to toggle this on/off A key on the keyboard is hard to find and easy to forget.

pbosio commented 2 years ago

renderer: https://github.com/decentraland/unity-renderer/pull/1815 kernel: https://github.com/decentraland/kernel/pull/176

pbosio commented 2 years ago

I'm moving this back to "TODO" since I talked with Brian, who is doing some refactoring on scenes metrics count, and this PR could have some issues with that (since it does some material swapping to the meshes) so we'll revisit it later