Unity.2D.Animation.Samples.Dependency.asmdef 497 B

12345678910111213141516171819
  1. {
  2. "name": "Unity.2D.Animation.Samples.Dependency",
  3. "references": [],
  4. "includePlatforms": [],
  5. "excludePlatforms": [],
  6. "allowUnsafeCode": false,
  7. "overrideReferences": false,
  8. "precompiledReferences": [],
  9. "autoReferenced": true,
  10. "defineConstraints": [],
  11. "versionDefines": [
  12. {
  13. "name": "com.unity.2d.psdimporter",
  14. "expression": "0.0.1",
  15. "define": "PSDIMPORTER_ENABLED"
  16. }
  17. ],
  18. "noEngineReferences": false
  19. }