Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.1.X, 2019.2.X
Votes
0
Found in
2019.1.0a13
2019.1.3f1
2019.2.0a1
Issue ID
1156127
Regression
Yes
GameObjects with HideFlags.HideInHierarchy prevent Scene Visibility from being toggled back on
How to reproduce:
1. Open tester-attached script (HiddenObject.cs)
2. Open any Unity project and import the script
3. Attach the script to any GameObject and enter Play Mode
4. Toggle Scene Visibility off by clicking the eye icon next to the scene in the Hierarchy window
5. Attempt to toggle visibility back on
Expected result: Scene Visibility gets toggled back on
Actual result: nothing happens
Reproducible with: 2019.1.0a13, 2019.1.4f1, 2019.2.0a1, 2019.2.0a4,
Not reproducible with: 2019.1.0a10, 2019.1.0a12, 2019.2.0a5, 2019.2.0b4, 2019.3.0a4
Could not test with: 2017.4.28f1, 2018.4.1f1, 2019.1.0a9(Scene Visibility toggle not yet implemented)
Notes:
Visibility can still be toggled back on by toggling it for each individual GameObject
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on block_remove when a scene is opened in a specific project
- The GameObject with a Hinge Joint Component does not return to the initial position when the Use Motor property is toggled off
- The construction of a specific class breaks the binding Bool references and does not allow them to be toggled on back by hand when working in the Custom Editor window
- AssetReferenceAtlasedSprite creates a copy of the Sprite during Addressables.LoadAssetAsync<TObject> which does not release when Addressables.Release is used
- Crash on TryToRegisterMonoScriptToHashMap when importing a specific .unitypackage
Add comment