mygamedevtools / scene-loader

Enhance your scene loading experience with Unity.
MIT License
97 stars 5 forks source link

Package requires UniTask to compile #29

Closed VirtualMaestro closed 8 months ago

VirtualMaestro commented 8 months ago

Hey and thank you for the lib! I wanted to add the lib via git URL, so these steps

and I got an issue about some namespace. image

Unity version 2023.2.12f1

Thank you in advance!

joaoborks commented 8 months ago

Thanks for reporting! I'll take a closer look, but looks like the issue is not related to the package being imported via git, but with missing preprocessing directives on a class. If that's the case, I'll release a fix later today.

joaoborks commented 8 months ago

The fix was simpler, the UniTask namespace was not used in that class but was required by the using statements. A patch version should land soon.

joaoborks commented 8 months ago

:tada: This issue has been resolved in version 2.3.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: