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.

package.json 725B

1234567891011121314151617181920212223
  1. {
  2. "name": "com.unity.ugui",
  3. "displayName": "Unity UI",
  4. "version": "2.0.0",
  5. "unity": "2019.2",
  6. "keywords": [
  7. "UI",
  8. "ugui",
  9. "Unity UI",
  10. "Canvas",
  11. "TextMeshPro",
  12. "TextMesh Pro",
  13. "Text",
  14. "TMP",
  15. "SDF"
  16. ],
  17. "description": "Unity UI is a set of tools for developing user interfaces for games and applications. It is a GameObject-based UI system that uses Components and the Game View to arrange, position, and style user interfaces. ​ You cannot use Unity UI to create or change user interfaces in the Unity Editor.",
  18. "dependencies": {
  19. "com.unity.modules.ui": "1.0.0",
  20. "com.unity.modules.imgui": "1.0.0"
  21. },
  22. "_fingerprint": "1bd040c2d659bda2b78a218b1ddc76b80b58a906"
  23. }