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
- Context menu actions (Collapse All, Expand All, Enable All, Disable All, Remove All, Reset All) do nothing in Volume component
- [Android] Audio volume decreases when returning to the app during screen recording
- Graphical issues are caused by GPU Occlusion Culling when using Amplify Shaders
- ”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
Resolution Note (2019.3.X):
The reason for this happening is because of different line endings on the different machine.