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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment