LitMotion.Extensions.asmdef 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "LitMotion.Extensions",
  3. "rootNamespace": "LitMotion.Extensions",
  4. "references": [
  5. "GUID:3b570a5146f9d4f0fa107ed4559471a3",
  6. "GUID:6055be8ebefd69e48b49212b09b47b2f",
  7. "GUID:e0cd26848372d4e5c891c569017e11f1",
  8. "GUID:33661e06c33d31b4c9223810bf503247"
  9. ],
  10. "includePlatforms": [],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true,
  13. "overrideReferences": false,
  14. "precompiledReferences": [],
  15. "autoReferenced": true,
  16. "defineConstraints": [],
  17. "versionDefines": [
  18. {
  19. "name": "com.unity.textmeshpro",
  20. "expression": "",
  21. "define": "LITMOTION_SUPPORT_TMP"
  22. },
  23. {
  24. "name": "com.unity.ugui",
  25. "expression": "2.0.0",
  26. "define": "LITMOTION_SUPPORT_TMP"
  27. },
  28. {
  29. "name": "com.unity.visualeffectgraph",
  30. "expression": "",
  31. "define": "LITMOTION_SUPPORT_VFX_GRAPH"
  32. },
  33. {
  34. "name": "com.cysharp.zstring",
  35. "expression": "",
  36. "define": "LITMOTION_SUPPORT_ZSTRING"
  37. },
  38. {
  39. "name": "com.unity.modules.uielements",
  40. "expression": "",
  41. "define": "LITMOTION_SUPPORT_UIELEMENTS"
  42. },
  43. {
  44. "name": "com.unity.ugui",
  45. "expression": "",
  46. "define": "LITMOTION_SUPPORT_UGUI"
  47. },
  48. {
  49. "name": "com.unity.modules.audio",
  50. "expression": "",
  51. "define": "LITMOTION_SUPPORT_UNITY_AUDIO"
  52. }
  53. ],
  54. "noEngineReferences": false
  55. }