You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! inside our game, we often have some UI Button tagged ad "EditorOnly", those buttons serve debugging purpose, and are not present in the final build.
It could be nice to include a boolean in this tool to disable any EditorOnly gameObject appearing in scene when they are first loaded.
first add a boolean "disable EditorOnly tag"
then listen to Scene Openning (Single OR additive mode)
Every time a scene load, disable every "EditorOnly" tag
The text was updated successfully, but these errors were encountered:
Hello! inside our game, we often have some UI Button tagged ad "EditorOnly", those buttons serve debugging purpose, and are not present in the final build.
It could be nice to include a boolean in this tool to disable any EditorOnly gameObject appearing in scene when they are first loaded.
The text was updated successfully, but these errors were encountered: