MagicaCloth.asmdef 380 B

12345678910111213141516
  1. {
  2. "name": "MagicaCloth",
  3. "references": [
  4. "Unity.Mathematics",
  5. "Unity.Burst",
  6. "Unity.Collections"
  7. ],
  8. "optionalUnityReferences": [],
  9. "includePlatforms": [],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": []
  16. }