Commit 08a7e87
authored
Add log when Unity failed to create folder (#549)
* Add log when Unity failed to create folder
Follow up for #543. When Unity failed to create folder using Unity API
`AssetDatabase.CreateFolder()`, even with the workaround in #543, Unity
would still generate two error message and there is no way to turn it
off.
This change add an additional log after Unity API fails to inform the
user to ignore this error.1 parent 6d06c69 commit 08a7e87
File tree
2 files changed
+16
-2
lines changed- source
- AndroidResolver/src
- VersionHandlerImpl/src
2 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2468 | 2468 | | |
2469 | 2469 | | |
2470 | 2470 | | |
2471 | | - | |
| 2471 | + | |
2472 | 2472 | | |
2473 | 2473 | | |
2474 | 2474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
| 642 | + | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
659 | 673 | | |
660 | 674 | | |
661 | 675 | | |
| |||
0 commit comments