LitMotion.asmdef 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "LitMotion",
  3. "rootNamespace": "LitMotion",
  4. "references": [
  5. "GUID:2665a8d13d1b3f18800f46e256720795",
  6. "GUID:e0cd26848372d4e5c891c569017e11f1",
  7. "GUID:d8b63aba1907145bea998dd612889d6b"
  8. ],
  9. "includePlatforms": [],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": true,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": [],
  16. "versionDefines": [
  17. {
  18. "name": "com.cysharp.unitask",
  19. "expression": "",
  20. "define": "LITMOTION_SUPPORT_UNITASK"
  21. },
  22. {
  23. "name": "com.neuecc.unirx",
  24. "expression": "",
  25. "define": "LITMOTION_SUPPORT_UNIRX"
  26. },
  27. {
  28. "name": "com.cysharp.r3",
  29. "expression": "",
  30. "define": "LITMOTION_SUPPORT_R3"
  31. },
  32. {
  33. "name": "org.nuget.r3",
  34. "expression": "",
  35. "define": "LITMOTION_SUPPORT_R3"
  36. },
  37. {
  38. "name": "com.unity.collections",
  39. "expression": "2.0.0",
  40. "define": "LITMOTION_COLLECTIONS_2_0_OR_NEWER"
  41. }
  42. ],
  43. "noEngineReferences": false
  44. }