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

25 lines
646 B
Plaintext

{
"name": "Newtonsoft.Json.UnityConverters.Addressables",
"references": [
"Unity.Addressables",
"Newtonsoft.Json.UnityConverters"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"HAVE_MODULE_ADDRESSABLES"
],
"versionDefines": [
{
"name": "com.unity.addressables",
"expression": "",
"define": "HAVE_MODULE_ADDRESSABLES"
}
]
}