以下の内容はhttps://notargs.hateblo.jp/entry/pm_ossより取得しました。


【Unity】PackageManagerからExtenject、UniRx、UniTaskをお手軽に導入する

Unity2019.3から、PackageManagerにて相対パスでgithubにあるPackageが導入できるようになりました。 備忘録として、現行バージョン(2020/7/25時点)のExtenject、UniRx、UniTaskを導入する方法についてメモっておきます。

やりかた

  • Packages/manifest.json内に以下を追記し、Unityのウィンドウをアクティブにします。
"com.svermeulen.extenject": "https://github.com/svermeulen/Extenject.git?path=UnityProject/Assets/Plugins/Zenject",
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"

無事導入できました!

f:id:notargs:20200725221853p:plain




以上の内容はhttps://notargs.hateblo.jp/entry/pm_ossより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14