Search Issue Tracker
Fixed in 2018.3.X
Votes
2
Found in
2017.2.0b4
Issue ID
936868
Regression
No
CanvasScaler is not refreshed when enabling Canvas and parent GameObject in certain sequence
Reproduction steps:
1. Download project "CanvasScalerBugDemo.zip" and open in Unity
2. Select scene "Master"
3. Enter "Play" mode
4. Press space
Actual: numbers are blurred in Game view - "Actual.gif"
Expected: canvas elements should not be blurred in Game view even if enabled in certain sequence
Reproduced on: 2017.3.0a2; 2017.2.0b4; 2017.1.0p1; 5.6.3f1
Note: user made script "DemoBug", which does a sequence needed to reproduce the bug - "Sequence.gif"
Sequence:
1. disable the Canvas
2. disable the Gameobject parent of canvas
3. enable the Gameobject parent of canvas
4. enable the Canvas
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
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
- [sw-unity-6-1] GameObject child is created in the last GameObject of the hierarchy instead in the selected GameObject by right clicking
- Lens Flare is misaligned when modifying the Camera's Viewport Rect
gregory34690
Aug 02, 2017 13:46
Same problem....