[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

