Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.0f3
Issue ID
918504
Regression
No
Canvas are not being rendering untill the Canvas component or its Game object is disabled and enabled again
To reproduce:
1. Download attached project "Central de Jogos.zip" and open in Unity
2. Open "Salao de Jogos" scene
3. Enter Play mode
Note: Observe that you can only see blue screen
4. Expand "Vista Jogo Principal" game object in Hierarchy
5. Select "Inicio Jogo", disable and then enable it again
Note: Observe that now canvas is rendering
Reproduced on Unity 5.6.0f3, 5.6.0p1 and 5.6.0p2
Note: Another issue, that on Unity 5.5.4f1, 5.6.1p3, 2017.1.0b8 and 2017.2.0a2 canvas neither is being rendered when you disable and enable.
Note: This issue appears on both Windows and OSX. Also on standalone builds
Comments (1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
matrem
Nov 13, 2017 09:05
I have almost the same problem, my canvas rendering continu to render even after their parent gameobject is setactive(false) at runtime.
Is there a workaround (severity 3) ?