Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.6.0b3
Issue ID
595585
Regression
No
When UI component is disabled via script it still renders in scene
1. Load the test level in attached project and press Play.
2. Select the Button GameObject and toggle its active state in the inspector (checkbox at top next to it's name field). Observe that the button and its text disappear, as expected.
3. Exit play mode.
4. Add the NewBehaviourScript component to the Canvas object, and link the Button GameObject to its button field in the inspector.
5. Enter play mode. Observe that the button and its label are disabled (unchecked, names gray in hierarchy) but still render.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Add comment