「Unity/UniRx/インストール」の版間の差分

提供: 初心者エンジニアの簡易メモ
ナビゲーションに移動 検索に移動
ページの作成:「==UniRxとは== UnityでもReactiveExtensionsを使えるように移植したもの ==UniRxインストール== https://assetstore.unity.com/packages/tools/integration/...」
 
 
(同じ利用者による、間の3版が非表示)
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
==UniRx読み込みエラー==
using UniRx;が読み込みエラとなる不具合について
VisualStudioEditerを2.0.11から2.0.12にしたところ修正できた。
Packages/manifest.json
"com.unity.ide.visualstudio": "2.0.12",

2022年11月15日 (火) 17:15時点における最新版

UniRxとは

UnityでもReactiveExtensionsを使えるように移植したもの

UniRxインストール

PackageManagerでインストール

  1. Unityメインメニュー/Window/PackageManager/右上の+
  2. 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",