No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.2D.Animation.Samples.Runtime.asmdef 598B

1234567891011121314151617181920212223
  1. {
  2. "name": "Unity.2D.Animation.Samples.Runtime",
  3. "references": [
  4. "UnityEngine.UI",
  5. "Unity.2D.Animation.Runtime",
  6. "Unity.2D.IK.Runtime"
  7. ],
  8. "includePlatforms": [],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": false,
  11. "overrideReferences": false,
  12. "precompiledReferences": [],
  13. "autoReferenced": true,
  14. "defineConstraints": [],
  15. "versionDefines": [
  16. {
  17. "name": "com.unity.modules.assetbundle",
  18. "expression": "0.0.1",
  19. "define": "ASSETBUNDLE_ENABLED"
  20. }
  21. ],
  22. "noEngineReferences": false
  23. }