Search Issue Tracker
Fixed in 2017.1.0f3
Fixed in 5.6.X
Votes
21
Found in
5.6.0b8
Issue ID
879941
Regression
Yes
Errors message at editor play
Errors message at editor play
Repros: open scene1 press play in the editor and see following errors in the console:
In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first.
In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first.
UnityEditor.DockArea:OnGUI()
fix in progress in this PR
https://ono.unity3d.com/unity/unity/pull-request/41589/_/animation/case879941
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
- Crash when total memory consumption is over 2GB
- Red dots are rendered when copying texture with ASTC format and CompressGpu
- [Linux] "Trying to load color backbuffer into a complex RenderPass setup" error is thrown after entering Play mode in AR Mobile template project
- [Android] Neither of the callbacks are called when several videos with VideoPlayer are spawned on the target on the Google Pixel devices
- Texture2D memory allocation size is significantly increased when running on iOS device
castor76
Aug 27, 2019 03:02
This is not fixed for 2019.2.1 using LWRP
DivinosDev
Jul 23, 2019 07:18
If you are on Unity 2019.x (LWRP) then you can try doing this. It worked for me. Change your current layout to something else. Hit play. Then while in play mode, change the layout back to what your default was. Exit play mode and then enter it again. The error should go away.
yakandco
Jul 18, 2019 08:54
Tried deleting the layout but it didn't fix my case, I've been getting this in various 2019.1.x versions, currently on 2019.1.8 and still no fix.
nobluff67
Jun 13, 2019 00:41
My solution was ridiculously easy thanks to previous post from DGOYETTE, with the exception of how I resolved the issue. I changed layouts, hit play, then changed layout back. Error gone.
dgoyette
Jun 11, 2019 15:37
I suddenly started getting this error in 2019.1.4, after having been using that version of Unity for several weeks without getting this error. It started occurring around the same time that I started having Unity crash fairly often doing completely normal things in the editor. Interesting, the crash reports I was getting, as well the error message in this issue, generally complained about some kind of OnGUI occurrence.
I believe the root cause of these kinds of issues has to do with some kind of corruption of the editor Layout. When I start seeing crashes, or errors like this, Igo to "Window -> Layouts -> Revert Factory Settings..." and delete the layout. After doing so, I stopped getting this error entering playmode.
So, for those still experiencing this issue in 2019+, try to delete your layout, and see if that helps.
fherbst
Jun 11, 2019 11:03
Still happening in 2019.2.0b4, didn't happen in 2019.2.0b3 and earlier.
sebastiansgames
Feb 19, 2019 23:03
still seeing this in 2018.2.20f1
Mamesza
Feb 06, 2019 16:56
Hello, I got: "In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first."
I can see this error when using tilemaps.
WenDaoSheng
Nov 16, 2018 05:01
unity 2019.2.16 The error still exists.
Willkuerlich
Oct 07, 2018 21:52
Stil have this or similar issue with Unity 2018.2.8.1in playmode. Started yesterday using UnityEngine.Tilemaps namespace components in my scene