Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 2017.2.X
Votes
3
Found in
2017.2.0b1
Issue ID
922641
Regression
Yes
UI Images stop rendering indefinitely if their GameObject starts disabled
This issue has no description.
Comments (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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
drcrck
Jun 23, 2018 23:43
It's not fixed
rvenson
Apr 01, 2018 19:57
The same problem here, but in 2017.3 Linux version.
Severyx
Jan 15, 2018 19:29
Still having this issue as of 2017.3.0f3
My specific instance (reproducible):
1) World-space canvas with single UI Text child (as a prefab), defaulted to enabled
2) At run-time, prefab is instantiated and is immediately disabled in the same method
3) When enabled, UI text does not render. If the prefab gameobject is disabled again and then re-enabled, THEN the UI text renders.
leni8ec
Nov 08, 2017 11:32
I have a same problem like this:
https://issuetracker.unity3d.com/issues/disabled-and-then-enabled-canvas-elements-are-not-shown-until-a-child-object-is-reparented
Mark-Lab
Aug 08, 2017 21:31
Have this problem too but with little differences:
1) By default my UI Elements is enabled
2) in Awake method i use FindGameObjectWithTag -> ui elements for some variables
3) in start I use setactive(false) for UI elements
4) when i need to enable UI use "variables setactive(true)" but it not showing in player but in hierarchy it's enabled.