implementation of drecon in unity 2022 lts
forked from:
https://github.com/joanllobera/marathon-envs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
{
|
|
"name": "FMODUnity",
|
|
"references": [
|
|
"Unity.Timeline",
|
|
"Unity.Addressables",
|
|
"Unity.ResourceManager",
|
|
"Unity.RenderPipelines.Universal.Runtime"
|
|
|
|
],
|
|
"includePlatforms": [],
|
|
"excludePlatforms": [],
|
|
"allowUnsafeCode": false,
|
|
"overrideReferences": false,
|
|
"precompiledReferences": [],
|
|
"autoReferenced": true,
|
|
"defineConstraints": [],
|
|
"versionDefines": [
|
|
{
|
|
"name": "com.unity.timeline",
|
|
"expression": "1.0.0",
|
|
"define": "UNITY_TIMELINE_EXIST"
|
|
},
|
|
{
|
|
"name": "com.unity.addressables",
|
|
"expression": "1.0.0",
|
|
"define": "UNITY_ADDRESSABLES_EXIST"
|
|
},
|
|
{
|
|
"name": "com.unity.modules.physics",
|
|
"expression": "1.0.0",
|
|
"define": "UNITY_PHYSICS_EXIST"
|
|
},
|
|
{
|
|
"name": "com.unity.modules.physics2d",
|
|
"expression": "1.0.0",
|
|
"define": "UNITY_PHYSICS2D_EXIST"
|
|
},
|
|
{
|
|
"name": "com.unity.urp",
|
|
"expression": "1.0.0",
|
|
"define": "UNITY_URP_EXIST"
|
|
}
|
|
],
|
|
"noEngineReferences": false
|
|
}
|