mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update TEngine.Runtime.asmdef
This commit is contained in:
@@ -1,45 +1,45 @@
|
|||||||
{
|
{
|
||||||
"name": "TEngine.Runtime",
|
"name": "TEngine.Runtime",
|
||||||
"rootNamespace": "TEngine.Runtime",
|
"rootNamespace": "",
|
||||||
"references": [],
|
"references": [],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
"allowUnsafeCode": true,
|
"allowUnsafeCode": true,
|
||||||
"overrideReferences": false,
|
"overrideReferences": false,
|
||||||
"precompiledReferences": [],
|
"precompiledReferences": [],
|
||||||
"autoReferenced": true,
|
"autoReferenced": true,
|
||||||
"defineConstraints": [],
|
"defineConstraints": [],
|
||||||
"versionDefines": [
|
"versionDefines": [
|
||||||
{
|
{
|
||||||
"name": "com.unity.modules.assetbundle",
|
"name": "com.unity.modules.assetbundle",
|
||||||
"expression": "",
|
"expression": "",
|
||||||
"define": "UNITASK_ASSETBUNDLE_SUPPORT"
|
"define": "UNITASK_ASSETBUNDLE_SUPPORT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "com.unity.modules.physics",
|
"name": "com.unity.modules.physics",
|
||||||
"expression": "",
|
"expression": "",
|
||||||
"define": "UNITASK_PHYSICS_SUPPORT"
|
"define": "UNITASK_PHYSICS_SUPPORT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "com.unity.modules.physics2d",
|
"name": "com.unity.modules.physics2d",
|
||||||
"expression": "",
|
"expression": "",
|
||||||
"define": "UNITASK_PHYSICS2D_SUPPORT"
|
"define": "UNITASK_PHYSICS2D_SUPPORT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "com.unity.ugui",
|
"name": "com.unity.ugui",
|
||||||
"expression": "",
|
"expression": "",
|
||||||
"define": "UNITASK_UGUI_SUPPORT"
|
"define": "UNITASK_UGUI_SUPPORT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "com.unity.modules.unitywebrequest",
|
"name": "com.unity.modules.unitywebrequest",
|
||||||
"expression": "",
|
"expression": "",
|
||||||
"define": "UNITASK_WEBREQUEST_SUPPORT"
|
"define": "UNITASK_WEBREQUEST_SUPPORT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "com.unity.modules.particlesystem",
|
"name": "com.unity.modules.particlesystem",
|
||||||
"expression": "",
|
"expression": "",
|
||||||
"define": "UNITASK_PARTICLESYSTEM_SUPPORT"
|
"define": "UNITASK_PARTICLESYSTEM_SUPPORT"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"noEngineReferences": false
|
"noEngineReferences": false
|
||||||
}
|
}
|
Reference in New Issue
Block a user