|
@@ -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": [
|
|
|
{
|