Search Issue Tracker
By Design
Votes
0
Found in
2019.3.0b6
Issue ID
1194078
Regression
No
[Cache Server] Editor imports assets and tries to fill in Cahce Server again when opening the same project on another computer
If you open project one computer connected to the Cache Server - it will fill in Cache Server with the import results(that is correct). But when you open the same project on another computer connected to the same Cache Server - it fills in Cache Server again (that is wrong).
How we can reproduce it:
1 I have a GitHub repo with 2.5Gb project
2 I clone that repo to 2 machines - A and B
3 Machine A has Cache Server running
4 Editors on both machines configured to use Cache Server and that works
5 On machine A I open project - it imports and fills in cache folder of Accelerator (everything works so far)
6 (Problem happens on this step) On machine B I open project and it imports assets and tries to fill in Cache Server on machine A again - it sends a lot of data to machine A
Expected results: Editor on machine B should pull import results from Cache Server(Accelerator)
Reproduces on both 2019.3.0b6 and 2020.1.0a9
Logs from Editor 2020.1.0a9 from two machines are attached (look for "Editor_machineA.log" and "Editor_machineB.log")
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (2019.3.X):
The reason for this happening is because of different line endings on the different machine.