Commit 8fb5c1e
committed
Workaround for Unity VersionControl.Provider.Checkout() regression
According to the user, calling VersionControl.Provider.Checkout(
string, CheckoutMode) may throw exception in certain version of
Unity due to Unity regression, while VersionControl.Provider.Checkout(
AssetList, CheckoutMode) works properly.
Fixed #359
Bug: 154264996
Change-Id: I011595274dbb83d202f6b0bf461de530f6f802ed
Change-Id: I5970acab818195d3ce721c4a7978fb935cae43cd1 parent 2f27005 commit 8fb5c1e
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
329 | 334 | | |
330 | 335 | | |
331 | 336 | | |
332 | 337 | | |
333 | 338 | | |
334 | 339 | | |
335 | 340 | | |
336 | | - | |
| 341 | + | |
337 | 342 | | |
338 | 343 | | |
339 | 344 | | |
| |||
0 commit comments