Browse Source

提交手机版本

jiajun.hu.x 1 year ago
parent
commit
a67a6a9660

BIN
.vs/GHZMRSpace/v16/.suo


+ 2 - 0
Packages/manifest.json

@@ -15,6 +15,8 @@
     "com.unity.ugui": "1.0.0",
     "com.unity.visualscripting": "1.7.8",
     "com.unity.xr.arcore": "4.2.8",
+    "com.unity.xr.arfoundation": "4.2.8",
+    "com.unity.xr.interactionsubsystems": "1.0.1",
     "com.unity.xr.openxr": "1.5.3",
     "com.unity.modules.ai": "1.0.0",
     "com.unity.modules.androidjni": "1.0.0",

+ 21 - 1
Packages/packages-lock.json

@@ -139,7 +139,7 @@
     },
     "com.unity.subsystemregistration": {
       "version": "1.1.0",
-      "depth": 2,
+      "depth": 1,
       "source": "registry",
       "dependencies": {
         "com.unity.modules.subsystems": "1.0.0"
@@ -220,6 +220,17 @@
       },
       "url": "https://packages.unity.cn"
     },
+    "com.unity.xr.arfoundation": {
+      "version": "4.2.8",
+      "depth": 0,
+      "source": "registry",
+      "dependencies": {
+        "com.unity.xr.arsubsystems": "4.2.8",
+        "com.unity.xr.management": "4.0.1",
+        "com.unity.modules.particlesystem": "1.0.0"
+      },
+      "url": "https://packages.unity.cn"
+    },
     "com.unity.xr.arsubsystems": {
       "version": "4.2.8",
       "depth": 1,
@@ -230,6 +241,15 @@
       },
       "url": "https://packages.unity.cn"
     },
+    "com.unity.xr.interactionsubsystems": {
+      "version": "1.0.1",
+      "depth": 0,
+      "source": "registry",
+      "dependencies": {
+        "com.unity.subsystemregistration": "1.0.5"
+      },
+      "url": "https://packages.unity.cn"
+    },
     "com.unity.xr.legacyinputhelpers": {
       "version": "2.1.10",
       "depth": 1,

+ 6 - 1
ProjectSettings/ProjectSettings.asset

@@ -147,7 +147,12 @@ PlayerSettings:
     16:9: 1
     Others: 1
   bundleVersion: 10.13.3
-  preloadedAssets: []
+  preloadedAssets:
+  - {fileID: 11400000, guid: 8092425ada3dfcb40846a0d4df9b50e6, type: 2}
+  - {fileID: 11400000, guid: eaaad242393318e4f85c45e69c8837f0, type: 2}
+  - {fileID: -6682207197718421661, guid: 8f422df2931cba0478c1fe8ab232b9a3, type: 2}
+  - {fileID: 3493090336618791480, guid: 2d049ae1db0e2b74c8251022ae6dcb95, type: 2}
+  - {fileID: 4800000, guid: c9f956787b1d945e7b36e0516201fc76, type: 3}
   metroInputSource: 0
   wsaTransparentSwapchain: 0
   m_HolographicPauseOnTrackingLoss: 1

+ 1 - 1
com.unity.renderstreaming/Runtime/Scripts/RenderStreaming.cs

@@ -123,7 +123,7 @@ namespace Unity.RenderStreaming
         {
             if (AutomaticStreaming)
             {
-                CreateAutomaticStreaming();
+               // CreateAutomaticStreaming();
             }
         }