Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaun-fong/datatableeditor

一个Unity的数据表编辑器工具
https://github.com/shaun-fong/datatableeditor

datatable datatable-editor editor gameframework unity

Last synced: 3 months ago
JSON representation

一个Unity的数据表编辑器工具

Awesome Lists containing this project

README

        


DataTable Editor 数据表编辑器









Game Framework框架搭配食用更佳

## 安装

### 一、通过PackageManager进行安装

打开PackageManager,点击Add package from git URL...

把`https://github.com/shaun-fong/DataTableEditor.git`粘贴进去,然后点击添加,等待下载完成自动编译即可。


### 二、通过OpenUPM安装

- 打开unity的 Edit/Project Settings/Package Manager
- 添加一个新的 Scoped Registry并填入下方资料

名称 `package.openupm.cn`

URL `https://package.openupm.cn`

- 点击 Save (or Apply)
- 打开 Window/Package Manager
- 点击 +
- 选择 Add package by name... or Add package from git URL...
- 粘贴 com.shaunfong.datatableeditor 到 name
- 粘贴 1.0.2 到 version
- 点击 Add



**欢迎提交贡献**



## 贡献者