No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.VisualScripting.Flow.Editor.asmdef 722B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Unity.VisualScripting.Flow.Editor",
  3. "references": [
  4. "Unity.VisualScripting.Core",
  5. "Unity.VisualScripting.Core.Editor",
  6. "Unity.VisualScripting.Flow",
  7. "Unity.InputSystem"
  8. ],
  9. "optionalUnityReferences": [],
  10. "includePlatforms": [
  11. "Editor"
  12. ],
  13. "excludePlatforms": [],
  14. "allowUnsafeCode": false,
  15. "versionDefines": [
  16. {
  17. "name": "com.unity.inputsystem",
  18. "expression": "1.0.1",
  19. "define": "PACKAGE_INPUT_SYSTEM_EXISTS"
  20. },
  21. {
  22. "name": "com.unity.inputsystem",
  23. "expression": "1.2.0",
  24. "define": "PACKAGE_INPUT_SYSTEM_1_2_0_OR_NEWER_EXISTS"
  25. }
  26. ]
  27. }