胡佳骏 1 year ago
parent
commit
7db79af901
3 changed files with 25 additions and 5 deletions
  1. 6 0
      Runtime/Android/FXRAlgorithm.aar.meta
  2. 6 0
      Runtime/Android/FXRUnityPlugin.aar.meta
  3. 13 5
      package.json

+ 6 - 0
Runtime/Android/FXRAlgorithm.aar.meta

@@ -27,6 +27,12 @@ PluginImporter:
       enabled: 0
       settings:
         DefaultValueInitialized: true
+  - first:
+      Windows Store Apps: WindowsStoreApps
+    second:
+      enabled: 0
+      settings:
+        CPU: AnyCPU
   userData: 
   assetBundleName: 
   assetBundleVariant: 

+ 6 - 0
Runtime/Android/FXRUnityPlugin.aar.meta

@@ -27,6 +27,12 @@ PluginImporter:
       enabled: 0
       settings:
         DefaultValueInitialized: true
+  - first:
+      Windows Store Apps: WindowsStoreApps
+    second:
+      enabled: 0
+      settings:
+        CPU: AnyCPU
   userData: 
   assetBundleName: 
   assetBundleVariant: 

+ 13 - 5
package.json

@@ -1,10 +1,18 @@
 {
-  "name": "jh.xr.engine",
-  "version": "0.0.1",
+  "name": "com.ffalcon.xr.runtime",
+  "displayName": "FFalcon XR Plugin",
+  "version": "0.1.0",
+  "unity": "2021.3",
+  "description": "Provides rendering and input support for FFalcon XR products.",
+  "keywords": [
+    "ffalcon",
+    "vr",
+    "xr",
+    "reality",
+    "xreditorsubsystem"
+  ],
   "dependencies": {
-    "com.unity.xr.management": "4.0.1",
-    "com.unity.xr.legacyinputhelpers": "2.1.2",
-    "com.unity.inputsystem": "1.4.2"
+    "com.unity.xr.management": "4.2.1"
   },
   "samples": [
     {