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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note (2019.3.X):
The reason for this happening is because of different line endings on the different machine.