facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==R3とは== Unirxの進化版 動作バージョン:Unity 2021.3以上 ==R3インストール== 公式:https://github.com/Cysharp/R3?tab=readme-ov-file#unity 参...」)
(相違点なし)

2024年4月1日 (月) 15:46時点における版

R3とは

Unirxの進化版

動作バージョン:Unity 2021.3以上

R3インストール

公式:https://github.com/Cysharp/R3?tab=readme-ov-file#unity

参考:https://zenn.dev/shiena/articles/unity-install-r3

  1. unityメイン/Edit/ProjectSettings/PackageManagerから以下を追加
Name: Unity NuGet
URL: https://unitynuget-registry.azurewebsites.net
Scope(s): org.nuget

Name: OpenUPM
URL: https://package.openupm.com
Scope(s): com.cysharp
  1. unityメイン/Windows/PackageManagerで、Packagesを、MyRegistriesで、選択し、"R3"検索して、Cysharp/R3(NuGet)を、インストール
  2. unityメイン/Windows/PackageManagerで、Packagesを、MyRegistriesで、選択し、"R3"検索して、Cysharp/ObservableCollections.R3(Nuget)を、インストール
  3. unityメイン/Windows/PackageManagerで、Packagesを、MyRegistriesで、選択し、"R3"検索して、Cysharp inc./R3を、インストール

参考

https://zenn.dev/tkada/articles/a96258e080056a

https://qiita.com/toRisouP/items/4344fbcba7b7e8d8ce16