Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.4.X
Votes
0
Found in
2017.4.0f1
2017.4.26f1
2018.1.0a1
Issue ID
1158558
Regression
No
RenderUpdateManager Asserts when selecting an Object with a Rect Transform and a disabled Sprite Renderer in the Scene View
To reproduce:
1. Download attached “SpriteHierarch.zip" project and open in Unity
2. Open "ReproScene" scene
3. Select "SpriteWithRectTransform" gameObject and in Inspector observe that it has a Rect Transform and a disabled Sprite Renderer
4. Select the SpriteWithRectTransform in the Scene View with the Mouse Left Button
5. Select the SpriteWithRectTransform in the Scene View with the Mouse Left Button again
Expected results: No Error or Warning is Spammed in the Console window
Actual results: Console prints two Errors with each click:
"Assertion failed: RendererUpdateManager only synchronizes renderers that are added to the scene, so AssertIsTransformInfoUpToDate can only be called on renderers that are added to the scene
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)"
"Assertion failed: In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)"
Notes:
- This issue appears both on Windows and macOS
- This issue is fixed but I cannot find any Parent case
Reproduced on Unity 2017.4.0f1, 2017.4.28f1 and 2018.1.0b1
Not reproduced on Unity 2018.1.0b2, 2018.3.14f1, 2018.4.1f1, 2019.1.5f1, 2019.2.0b4 and 2019.3.0a4
Fixed on Unity 2018.1.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [UWP] Mouse movement re-triggers stale <Mouse>/scroll value after the scroll wheel is used once
- "Shutdown worker was forced killed because it kept running. Worker ..." errors are thrown after building a blank HDRP project
- [UI Toolkit] USS materials in AssetBundles break due to InstanceID referencing a material that no longer exists when a Scene is loaded through Addressables for the second time
- Help button leads to a missing documentation page when clicked on a Font Import Settings in the Inspector
- TextMeshPro Text Component reads bottom-to-top instead of top-to-bottom when using RTL Editor
Add comment