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
- Rigged GameObject doesn’t return to its idle state when disabling "Preview" and the GameObject has nested rigged GameObjects
- Error "ArgumentException: Trying to use an invalid resource" when creating custom post-processing effect in URP
- [DX12] GameObjects using CommandBuffer DrawProcedural and DispatchCompute calls have color flicker when changing color and moving mouse cursor
- The Player becomes unresponsive after resolution switch in Exclusive Fullscreen mode when using DX12 Graphics API
- (Apple Silicon) Floating point inconsistencies between mono and il2cpp
Add comment