Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2018.1.0a7
Issue ID
974518
Regression
Yes
[UI] Canvas objects don't update after toggling active state
Objects within a UI canvas stop updating after they've been disabled as a game object, even when re-enabled, and they also do not clear from being rendered. The only way to fix this after an object has been disabled is to interact with the parent Canvas object in some way.
Reproduction Steps:
1. Move the transform of "Button" around, and see it updates
2. Disable the game object, and observe that it's still visible
3. Enable the object and attempt to move it; the Rect will update but none of the graphics will
4. Select the parent "Canvas" and adjust it in any way, and notice that the "Button" will update appropriately
Reproducible in 2018.1.0a7.
Not reproducible in 2018.1.0a6.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment