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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment