Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的数据表编辑器工具
- Host: GitHub
- URL: https://github.com/shaun-fong/datatableeditor
- Owner: Shaun-Fong
- License: mit
- Created: 2019-11-15T03:57:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T05:02:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T17:01:14.104Z (10 months ago)
- Topics: datatable, datatable-editor, editor, gameframework, unity
- Language: C#
- Homepage:
- Size: 609 KB
- Stars: 82
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
**欢迎提交贡献**
## 贡献者