googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

Add log when Unity failed to create folder #549

Closed chkuang-g closed 1 year ago

chkuang-g commented 1 year ago

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.