123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "Unity.VisualScripting.Flow",
- "references": [
- "Unity.VisualScripting.Core",
- "Unity.InputSystem"
- ],
- "includePlatforms": [],
- "excludePlatforms": [],
- "allowUnsafeCode": false,
- "overrideReferences": false,
- "precompiledReferences": [],
- "autoReferenced": true,
- "defineConstraints": [],
- "versionDefines": [
- {
- "name": "com.unity.inputsystem",
- "expression": "1.0.1",
- "define": "PACKAGE_INPUT_SYSTEM_EXISTS"
- },
- {
- "name": "com.unity.inputsystem",
- "expression": "1.2.0",
- "define": "PACKAGE_INPUT_SYSTEM_1_2_0_OR_NEWER_EXISTS"
- },
- {
- "name": "com.unity.inputsystem",
- "expression": "1.4.0",
- "define": "PACKAGE_INPUT_SYSTEM_1_4_0_OR_NEWER_EXISTS"
- },
- {
- "name": "com.unity.modules.ai",
- "expression": "1.0.0",
- "define": "MODULE_AI_EXISTS"
- },
- {
- "name": "com.unity.modules.animation",
- "expression": "1.0.0",
- "define": "MODULE_ANIMATION_EXISTS"
- },
- {
- "name": "com.unity.modules.physics",
- "expression": "1.0.0",
- "define": "MODULE_PHYSICS_EXISTS"
- },
- {
- "name": "com.unity.modules.physics2d",
- "expression": "1.0.0",
- "define": "MODULE_PHYSICS_2D_EXISTS"
- },
- {
- "name": "com.unity.modules.particlesystem",
- "expression": "1.0.0",
- "define": "MODULE_PARTICLE_SYSTEM_EXISTS"
- }
- ],
- "noEngineReferences": false
- }
|