Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
2
Found in
2019.2
Issue ID
1191755
Regression
Yes
[LWRP][URP] GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll race condition error message
Repro project: https://drive.google.com/open?id=1WCb9_EOeHtHywrWL4N323LBsyQaS0OaL
open SampleScene.unity and run
Errors message at editor play (Windows, didn't test on other platforms, Unity 2019.2.9f1)
In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first.
People are still reporting this: https://issuetracker.unity3d.com/issues/errors-message-at-editor-play?_ga=2.202176470.695125147.1571176891-1511937231.1511185188
Case 879941 is the same, but the reason probably is different
Reproducible: 2019.2.9f1 + LWRP 6.9.1, 2020.1.0a6 + URP 7.1.2
Comments (7)
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
- [Web][iOS] Web Player keeps restarting on launch when Native C/C++ Multithreading is enabled
- "Add Scene to Scenes in Build" pop-up reappears after Scene has already been added and another Multiplayer Editor Instance is loaded
- TableEntryAdded event is not triggered when a new entry is added in the Localization Tables window
- The macOS Player is built to a different folder than the selected one when the Player is built on Windows
- Editor memory leak in VisualElement when recompiling in a blank URP project
Threepwood
Apr 14, 2022 08:13
Still getting this on 2021.3.0f1 and got it in 2019.3 LTS versions for the last couple of months. Certainly not resolved.
o-san
Mar 31, 2021 20:21
Getting same error in LTS 2020.3.2f1, URP project. This needs a new fix.
Picmo
Mar 14, 2021 23:46
With OnBecameVisible() present in a class, this error often appears in 2020.1.17f using URP. If OnBecameVisible() is removed, then the error does not appear.
phobos2077
Jan 22, 2021 15:14
Getting this in 2019.4.18f1. Is it safe to ignore? What might be causing this?
Retrochamber
Dec 22, 2020 13:11
I get this error in 2020.1.17f1
Recently I generated lightning and then this error was produced.
In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
Mihroh
Nov 08, 2019 15:24
I still get this error in 2019.2.11f:
In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)