「Unity/UniRx/インストール」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→UniRx読み込みエラー) |
(→UniRxインストール) |
||
行3: | 行3: | ||
==UniRxインストール== | ==UniRxインストール== | ||
+ | ===PackageManagerでインストール=== | ||
+ | #Unityメインメニュー/Window/PackageManager/右上の+ | ||
+ | #Add package from git URL | ||
+ | |||
+ | https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts | ||
+ | |||
+ | ===assetstoreでインストール=== | ||
https://assetstore.unity.com/packages/tools/integration/unirx-reactive-extensions-for-unity-17276 | https://assetstore.unity.com/packages/tools/integration/unirx-reactive-extensions-for-unity-17276 | ||
2022年11月16日 (水) 02:15時点における最新版
UniRxとは
UnityでもReactiveExtensionsを使えるように移植したもの
UniRxインストール
PackageManagerでインストール
- Unityメインメニュー/Window/PackageManager/右上の+
- Add package from git URL
https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts
assetstoreでインストール
https://assetstore.unity.com/packages/tools/integration/unirx-reactive-extensions-for-unity-17276
UniRx読み込みエラー
using UniRx;が読み込みエラとなる不具合について
VisualStudioEditerを2.0.11から2.0.12にしたところ修正できた。
Packages/manifest.json
"com.unity.ide.visualstudio": "2.0.12",