123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "UniTask",
- "rootNamespace": "",
- "references": [],
- "includePlatforms": [],
- "excludePlatforms": [],
- "allowUnsafeCode": false,
- "overrideReferences": false,
- "precompiledReferences": [],
- "autoReferenced": true,
- "defineConstraints": [],
- "versionDefines": [
- {
- "name": "com.unity.modules.assetbundle",
- "expression": "",
- "define": "UNITASK_ASSETBUNDLE_SUPPORT"
- },
- {
- "name": "com.unity.modules.physics",
- "expression": "",
- "define": "UNITASK_PHYSICS_SUPPORT"
- },
- {
- "name": "com.unity.modules.physics2d",
- "expression": "",
- "define": "UNITASK_PHYSICS2D_SUPPORT"
- },
- {
- "name": "com.unity.modules.particlesystem",
- "expression": "",
- "define": "UNITASK_PARTICLESYSTEM_SUPPORT"
- },
- {
- "name": "com.unity.ugui",
- "expression": "",
- "define": "UNITASK_UGUI_SUPPORT"
- },
- {
- "name": "com.unity.modules.unitywebrequest",
- "expression": "",
- "define": "UNITASK_WEBREQUEST_SUPPORT"
- }
- ],
- "noEngineReferences": false
- }
|