Skip to content

Commit 0c2a4d4

Browse files
committed
Release 0.4.0
Develop @69e728ec56aee00a1c62b3a550bc49f3bc859677
1 parent ca1a100 commit 0c2a4d4

File tree

292 files changed

+7430
-3920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+7430
-3920
lines changed

ReferenceProject/Assets/AddressableAssetsData/AssetGroups/Localization-Assets-Shared.asset

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReferenceProject/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-English (en).asset

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReferenceProject/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-French (fr).asset

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReferenceProject/Assets/Build/DisplayBuildVersion.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ string GenerateVersion()
4545

4646
if (m_ReferenceProjectVersion != null)
4747
{
48-
sb.Append(" ");
48+
sb.Append(" (");
4949
sb.Append(m_ReferenceProjectVersion.text.Trim());
50+
sb.Append(")");
5051
}
5152

5253
#if USE_GIT_INFO

ReferenceProject/Assets/Build/Editor/BuildCloudPlayerSettingsProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.IO;
2+
using Unity.Cloud.AppLinking.Runtime;
23
using Unity.Cloud.Common.Runtime;
34
using UnityEditor;
45
using UnityEngine;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ucrp-20231205
1+
ucrp-20240206

ReferenceProject/Assets/Settings/FlyModeInputAction.inputactions

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ReferenceProjectInputAction",
2+
"name": "FlyModeInputAction",
33
"maps": [
44
{
55
"name": "Navigation",
@@ -103,6 +103,24 @@
103103
"processors": "",
104104
"interactions": "",
105105
"initialStateCheck": true
106+
},
107+
{
108+
"name": "Moving Action Gamepad",
109+
"type": "Value",
110+
"id": "252f072e-378f-44c9-86e8-fc9cef7e282c",
111+
"expectedControlType": "Vector2",
112+
"processors": "",
113+
"interactions": "",
114+
"initialStateCheck": true
115+
},
116+
{
117+
"name": "WorldOrbit Action Gamepad",
118+
"type": "Value",
119+
"id": "db28f65e-cd7c-4a74-9632-f386e8b9b8f0",
120+
"expectedControlType": "Vector2",
121+
"processors": "",
122+
"interactions": "",
123+
"initialStateCheck": true
106124
}
107125
],
108126
"bindings": [
@@ -545,6 +563,28 @@
545563
"action": "Teleport Click Action",
546564
"isComposite": false,
547565
"isPartOfComposite": false
566+
},
567+
{
568+
"name": "",
569+
"id": "166ea5cf-a4c9-44cc-89fa-81ff732d8bd3",
570+
"path": "<Gamepad>/leftStick",
571+
"interactions": "",
572+
"processors": "",
573+
"groups": "",
574+
"action": "Moving Action Gamepad",
575+
"isComposite": false,
576+
"isPartOfComposite": false
577+
},
578+
{
579+
"name": "",
580+
"id": "ab8f4557-3ce7-480b-a761-52998a3c4aad",
581+
"path": "<Gamepad>/rightStick",
582+
"interactions": "",
583+
"processors": "",
584+
"groups": "",
585+
"action": "WorldOrbit Action Gamepad",
586+
"isComposite": false,
587+
"isPartOfComposite": false
548588
}
549589
]
550590
}

0 commit comments

Comments
 (0)