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
- Search: Inspector section icon is less sharp/more pixelated than other editor icons
- Search description string is always truncated
- [VFX] When Grouped Nodes are converted to Subgraph Operator resulting Graph Node is not included in the Group
- Search window icons are less sharp/more pixelated than other editor icons
- The Inspector can be covered when scaling the horizontal separator bar
Resolution Note (2019.3.X):
The reason for this happening is because of different line endings on the different machine.