Search Issue Tracker
Not Reproducible
Votes
0
Found in
Issue ID
1096935
Regression
No
[Desktops][Standalone] Error in the Console during the building process.
"Invalid Cached Offset" error repeats about 2-200 times during the standalone building process.
However, it does not interfere the building process, nor the standalone Player is affected in any way.
It has a steady repro rate on OSX and Linux, but only seldom happens on Windows.
it does NOT happen when using an empty project. And if the user does NOT delete the previous built Player and choose to replace it from Editor, it does not occur.
Repro:
1. Use Desktop Test Project: https://oc.unity3d.com/index.php/s/02e5rMzd00a9WzX
2. Launch & build project with Trunk build.
3. Observe the Console window
Expected: No error generated in Console window during building process.
Happens on: Trunk (295800b35288)
Comments (2)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
mcroswell
Nov 20, 2018 22:40
I had this error in PlayMode (not a runtime and not with any build). This occurred with 2018.3.0b7 and OSX 10.12.6 and was solved by making one of my models into a prefab. I did this because I looked at the detailed stack-trace (from the console) and saw some remarks about prefab building. Anyway, after days of this thing bugging me every time I went into playmode, it has now disappeared. Hopefully, my comment help someone.