Files
PrinceOfGlory/Packages/jillejr.newtonsoft.json-for-unity.converters/Newtonsoft.Json.UnityConverters.asmdef
2026-03-03 03:15:46 +08:00

38 lines
1.0 KiB
Plaintext

{
"name": "Newtonsoft.Json.UnityConverters",
"rootNamespace": "Newtonsoft.Json",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Newtonsoft.Json.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.modules.ai",
"expression": "",
"define": "HAVE_MODULE_AI"
},
{
"name": "com.unity.modules.physics",
"expression": "",
"define": "HAVE_MODULE_PHYSICS"
},
{
"name": "com.unity.modules.physics2d",
"expression": "",
"define": "HAVE_MODULE_PHYSICS2D"
},
{
"name": "com.unity.mathematics",
"expression": "",
"define": "HAVE_MODULE_MATHEMATICS"
}
],
"noEngineReferences": false
}