Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
Issue ID
1313354
Regression
Yes
GICache related warning when the out of process importer is active
Reported here https://unity.slack.com/archives/C06TQ5M4J/p1612860769108400
How to reproduce:
1) Open a project.
2) Drag a new texture into the project.
3) Select the new texture in the inspector
4) A warning is printed: The GI Cache is using increasing amounts of space on your hard drive to support concurrent Editors generating lighting. To prevent failed bakes, close all other instances of the Unity Editor.
The warning is logged about 42 (:42:!) times in my editor. But, I’m never running several editors at the same time!
Wild guess: maybe the whole system is detecting that new “asset preview generation & search indexing asset database worker” process that is spawned in the background all the time, without user being aware of it, since 2021.1 or so?
Regression was introduced in https://ono.unity3d.com/unity/unity/pull-request/117241/_/lighting/bugfix/1266726
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment