facebook twitter hatena line email

「Unity/R3」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(R3インストール)
(R3インストール)
行7: 行7:
 
公式:https://github.com/Cysharp/R3?tab=readme-ov-file#unity
 
公式:https://github.com/Cysharp/R3?tab=readme-ov-file#unity
  
#PackageManagerの+からgitで、https://unitynuget-registry.azurewebsites.net 、を入力し、nugetをインストール。
+
参考:https://zenn.dev/shiena/articles/unity-install-r3
#PackageManagerの+からgitで、https://package.openupm.com 、を入力し、openupmをインストール。
+
 
 +
#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>
  
 
==参考==
 
==参考==
 
https://zenn.dev/tkada/articles/a96258e080056a
 
https://zenn.dev/tkada/articles/a96258e080056a

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

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

参考

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