12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "Unity.2D.Animation.Editor",
- "rootNamespace": "",
- "references": [
- "Unity.InternalAPIEditorBridge.001",
- "Unity.InternalAPIEngineBridge.001",
- "Unity.2D.Common.Editor",
- "Unity.2D.Common.Runtime",
- "Unity.2D.Animation.Runtime",
- "Unity.2D.Sprite.Editor",
- "Unity.Mathematics",
- "Unity.Burst",
- "Unity.Collections"
- ],
- "includePlatforms": [
- "Editor"
- ],
- "excludePlatforms": [],
- "allowUnsafeCode": true,
- "overrideReferences": false,
- "precompiledReferences": [],
- "autoReferenced": true,
- "defineConstraints": [],
- "versionDefines": [
- {
- "name": "com.unity.collections",
- "expression": "2.0.0-exp",
- "define": "COLLECTIONS_2_0_OR_ABOVE"
- },
- {
- "name": "Unity",
- "expression": "2023.2.0a22",
- "define": "USE_NEW_EDITOR_ANALYTICS"
- },
- {
- "name": "Unity",
- "expression": "2023.3.0a1",
- "define": "ENABLE_UXML_SERIALIZED_DATA"
- },
- {
- "name": "Unity",
- "expression": "[2021.3,2023.3.0a1)",
- "define": "ENABLE_UXML_TRAITS"
- },
- {
- "name": "Unity",
- "expression": "2023.2",
- "define": "ENABLE_RUNTIME_DATA_BINDINGS"
- }
- ],
- "noEngineReferences": false
- }
|