Search Issue Tracker
Fixed
Fixed in 2021.3.9f1
Votes
127
Found in
2021.3.6f1
Issue ID
UUM-9248
Regression
Yes
UI Elements are no longer rendered when deactivating and reactivating the Parent GameObject
How to reproduce:
1. Open the attached project “CanvasBug”
2. Open the “SampleScene” Scene
3. Deactivate and reactivate “Canvas” GameObject
4. Observe the Scene View
Expected result: The UI Elements are rendered
Actual result: The UI Elements are not rendered
Reproduced with: 2021.3.6f1
Not reproduced with: 2020.3.36f1, 2021.3.5f1, 2022.1.9f1, 2022.2.0b1, 2023.1.0a3
Reproduced on: Windows 11 Pro, macOS Monterey 12.4 (M1)
-
longshotgames
Aug 24, 2022 05:56
FICK YOU unity! Fix this NOW!
-
lanpartygamesstudio
Aug 23, 2022 10:49
Absolutely unacceptable that a bug this critical and obvious has made it into a LTS build.
Makes you wonder about how Unity's internal development processess work...
-
mster50-2
Aug 22, 2022 13:39
The sheer amount of time I spent trying to figure out what was going on makes me pretty grumpy that this regression was introduced in an LTS build.
After figuring out it wasn't my event system at all and isolating the issue, I finally was able to find a bug report on this problem. Given the prevalent usage of sub-canvases and the fact it's recommended as a performance-gaining measure, it's pretty ridiculous this bug saw a release build.
So many hours wasted. Not pleased.
-
Devil_Inside
Aug 17, 2022 13:25
Ridiculous irresponsibility to introduce bugs like this one into an LTS build. I have no words.
-
Radiogaga84
Aug 15, 2022 14:23
... This is very urgent issue..
It breaks whole UI System in my project...!Please!
-
forqan
Aug 15, 2022 09:56
Please give it priority.. It's very urgent for our project.
Can you please provide the expected release date of 2021.3.9F1?Thanks
-
squareHusky
Aug 13, 2022 16:17
How is this issue not an absolute priority? It breaks UI completely for almost everybody... really regret upgrading, wasted many hours trying to figure out what was wrong thinking it was something I did only to find this...
-
major_unity
Aug 13, 2022 03:32
UNITY_28F4AC2E6DD541552719: of course you are, 2021.3.6 is when the bug was introduced, you need to update to 2021.3.9 for it to get fixed.
They don't backport bug fixes to previous bug fix patch versions, that's why the version number *increments* when patches fix bugs.
-
unity_28F4AC2E6DD541552719
Aug 11, 2022 14:35
Still experiencing issue in 2021.3.6f1
Using the temporary workaround of having sub-canvases with override sorting and equal sort orders, we discovered that when sub-canvases have equal orders, a sub-canvas gameobject that is enabled after the others will render on top, ignoring the hierarchy.
-
philipgen
Aug 11, 2022 14:12
I confirm it is broken in 2021.3.8 and not in 2021.3.5
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Undoing the branch rotation resets only wireframe and not mesh when undoing the action first time after launching the project
- Asset Bundles retain their previous hash and CRC values when an object within a bundle is changed and rebuilt
- APV Reflection Probe Normalization breaks when SSGI is enabled
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
Resolution Note (fix version 2021.3.9f1):
uGUI: When disabling a canvas and reenabling it, Canvas now renders correctly.