|
|
| 2行目: |
2行目: |
|
| |
|
| [[unity/R3/UniRxから移植]] | | [[unity/R3/UniRxから移植]] |
|
| |
| ==R3とは==
| |
| Unirxの進化版
| |
|
| |
| 動作バージョン:Unity 2021.3以上
| |
|
| |
| ==R3インストール==
| |
| 公式:https://github.com/Cysharp/R3?tab=readme-ov-file#unity
| |
|
| |
| 参考:https://zenn.dev/shiena/articles/unity-install-r3
| |
|
| |
| #unityメイン/Edit/ProjectSettings/PackageManagerから以下を追加
| |
|
| |
| <pre>
| |
| Name: Unity NuGet
| |
| URL: https://unitynuget-registry.azurewebsites.net
| |
| Scope(s): org.nuget
| |
|
| |
| Name: OpenUPM
| |
| URL: https://package.openupm.com
| |
| Scope(s): com.cysharp
| |
| </pre>
| |
|
| |
| #unityメイン/Windows/PackageManagerで、Packagesを、MyRegistriesで、選択し、"R3"検索して、Cysharp/R3(NuGet)を、インストール
| |
| #unityメイン/Windows/PackageManagerで、Packagesを、MyRegistriesで、選択し、"R3"検索して、Cysharp/ObservableCollections.R3(Nuget)を、インストール
| |
|
| |
| ==参考==
| |
| https://zenn.dev/tkada/articles/a96258e080056a
| |
|
| |
| https://qiita.com/toRisouP/items/4344fbcba7b7e8d8ce16
| |