暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 327B

123456789101112
  1. {
  2. "name": "com.unity.modules.uielementsnative",
  3. "version": "1.0.0",
  4. "type": "module",
  5. "displayName": "UIElements Native",
  6. "description": "",
  7. "dependencies": {
  8. "com.unity.modules.ui": "1.0.0",
  9. "com.unity.modules.imgui": "1.0.0",
  10. "com.unity.modules.jsonserialize": "1.0.0"
  11. }
  12. }