Commit b595f37
authored
Fixed nuget packages get lost with Unity 6 (#743)
In Unity 6 it can happen that multiple asset import worker processes get started at the same time then this will lead to undefined behavior because session data is new for each worker process, so it will execute the code in parallel multiple times.1 parent 3443270 commit b595f37
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments