sc.modeling.river.runtime.asmdef 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "sc.modeling.river.runtime",
  3. "rootNamespace": "",
  4. "references": [
  5. "GUID:fda463dea2464f91a60e84cb6079f35c",
  6. "GUID:21d1eb854b91ade49bc69a263d12bee2",
  7. "GUID:d8b63aba1907145bea998dd612889d6b",
  8. "GUID:d04eb9c554ad44ceab303cecf0c0cf82",
  9. "GUID:1826c0224c0d048b88112c79bbb0cd85",
  10. "GUID:6bf9d12c8968c4c0e8a1d8545e5deac6"
  11. ],
  12. "includePlatforms": [],
  13. "excludePlatforms": [],
  14. "allowUnsafeCode": false,
  15. "overrideReferences": false,
  16. "precompiledReferences": [],
  17. "autoReferenced": true,
  18. "defineConstraints": [],
  19. "versionDefines": [
  20. {
  21. "name": "com.unity.splines",
  22. "expression": "2.1.0",
  23. "define": "SPLINES"
  24. },
  25. {
  26. "name": "com.unity.mathematics",
  27. "expression": "1.2.1",
  28. "define": "MATHEMATICS"
  29. },
  30. {
  31. "name": "com.unity.mathematics",
  32. "expression": "1.3.1",
  33. "define": "MATHEMATICS_1_3_1"
  34. },
  35. {
  36. "name": "com.unity.visualeffectgraph",
  37. "expression": "12.1.8",
  38. "define": "VFX_GRAPH"
  39. },
  40. {
  41. "name": "com.jbooth.microverse.splines",
  42. "expression": "1.7.0",
  43. "define": "MICROVERSE_SPLINES"
  44. },
  45. {
  46. "name": "com.unity.render-pipelines.universal",
  47. "expression": "12.1.8",
  48. "define": "URP"
  49. }
  50. ],
  51. "noEngineReferences": false
  52. }