playcanvas / editor

Issue tracker for the PlayCanvas Editor
https://playcanvas.com/
154 stars 28 forks source link

Be able to hide entities in the Editor without disabling them #348

Open yaustar opened 3 years ago

yaustar commented 3 years ago

This will allow users to work on entities like UI screens where it's common for images to be overlapped with each other, without having to do the disable/enable the entity trick which can leave scenes in broken states accidently.

A user has also suggested to use onion skinning but I'm not sure if that helps if objects cannot be selected?

marcusx2 commented 2 years ago

Unity supports this. It's very useful to avoid accidentally forgetting to enable back an entity that should have never been disabled.