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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
Add comment