[Unity]UniRx.AsyncはUniTaskに分離されたので別々にインポートする必要がある 更新日: 2019/10/24 公開日: 2019/10/24カテゴリー: Unity Unityの外部ライブラリ『UniRx』を使うため、サンプルコードを拝借すると以下2つのエラーが発生しました。 error CS0234: The type or namespace name 'Async' does not exist in the namespace 'UniRx' (are you missing an assembly reference?)error CS0246: The type or namespace name 'UniTask' could not be found (are you missing a using directive or an assembly r
![[Unity]UniRx.AsyncはUniTaskに分離されたので別々にインポートする必要がある](https://cdn-ak-scissors.b.st-hatena.com/image/square/b3e97c5341963e1c12bca1a015d2478aea39c48a/height=288;version=1;width=512/https%3A%2F%2Fincrement-log.com%2Fwp-content%2Fuploads%2F2019%2F10%2Fdefault.png)