Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.4.X, 2018.1.X
Votes
0
Found in
5.6.2p4
Issue ID
1008501
Regression
No
The Editor is failing to check the CacheServer when increasing AssetPostProcessor Version and adding new assets
How to reproduce:
1. Download attached project (Ensure that CacheServer is enabled in the editor, I have reproduced using Local Mode)
2. Open project, allow the library to build
3. Close Project
4. Open Assets\Editor\EditorPostProcessor.cs, increase m_Version to next number
5. Copy in "FolderToCopyIntoAssets" into Assets directory of the project
6. Reopen project
Actual result: The Editor is failing to check the CacheServer when increasing AssetPostProcessor Version and adding new assets.
Also attached are an example of good and bad behaviour logs, good contains a line like this:
----- Cache Server detail: Total assets requested: 100, Cached Assets: 0, Not available: 100, Not supported: 0.
If the cached assets already exist, then it should read :
----- Cache Server detail: Total assets requested: 100, Cached Assets: 100, Not available: 0, Not supported: 0.
Bad does not produce this line, it does not appear to check the cache server for assets, note that both contain an initial check for a small number of"not supported" assets, I have observed this in customer project also,
To reproduce the "good" log, repeat the steps, but omit step 4.
Reproduced with: 5.6.2p4, 2017.1.3p1, 2017.2.2f1, 2017.3.1p3, 2018.1.0b10, 2018.2.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on "StoredGraphicsBuffer::GetGfxBufferID" when activating VFX via extention of Activation Track in Timeline window
- [Linux] Stack trace file path and line number information is missing when IL2CPP Stacktrace Information is set to "Method Name, File Name, and Line Number"
- Warnings due to obsolete Object.FindObjectsByType<T> usage and [SerializeReference] are logged when opening the Netcode for Entities setup scene
- Non-standard pointers cannot change Inspector values with arrow controls when crossing Inspector area
- No longer able to change the Toggle or Slider GameObjects' Target Graphic value and a NullReferenceException is thrown when the Target Graphic value is set to None at any point
Add comment