Cysharp / UniTask

Provides an efficient allocation free async/await integration for Unity.
MIT License
8.11k stars 831 forks source link

UniTask as package dependency #595

Closed cckelly closed 3 months ago

cckelly commented 3 months ago

I am trying to get unit tests working for an isolated Unity package. It has a dependency on UniTask, how can I include UniTask inside my package as a dependency, unfortunately this doesn't work:

"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"

cckelly commented 3 months ago

After some more digging, it seems like it's just not supported by Unity, that's a shame.