Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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

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