Browse Source

添加一个配置

胡佳骏 1 year ago
parent
commit
116f300591
1 changed files with 20 additions and 0 deletions
  1. 20 0
      package.json

+ 20 - 0
package.json

@@ -0,0 +1,20 @@
+{
+  "name": "com.ghz.avideoplayer",
+  "displayName": "AVProVideo",
+  "version": "2.6.6",
+  "unity": "2019.4",
+  "description": "Provides rendering and input support for ximmerse XR.",
+  "keywords": [
+    
+  ],
+  "dependencies": {
+    
+  },
+  "samples": [
+    {
+      "displayName": "AVideoPlayerDemo",
+      "description": "Basic sample, minimal project setup.",
+      "path": "package/Samples~/AVideoPlayerDemo"
+    }
+  ]
+}