https://github.com/purpaca/my-unity-toolkits
Simple unity project template that provides handy features.
https://github.com/purpaca/my-unity-toolkits
framework game-development template template-project unity unity2d unity3d unity3d-plugin
Last synced: 10 months ago
JSON representation
Simple unity project template that provides handy features.
- Host: GitHub
- URL: https://github.com/purpaca/my-unity-toolkits
- Owner: Purpaca
- License: apache-2.0
- Created: 2025-03-31T04:18:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-28T03:51:22.000Z (11 months ago)
- Last Synced: 2025-08-28T10:19:49.956Z (11 months ago)
- Topics: framework, game-development, template, template-project, unity, unity2d, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 674 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`此仓库处于早期开发阶段,功能可能不完整或存在问题,请谨慎使用!`
### 概述
这个仓库是我在使用Unity开发的项目中遇到的可复用功能的存档。
可以复用为模板项目,提供了一些在Unity开发中常见的基础功能.
该项目开发时使用的Unity版本为[2022.3.60f1](https://unity.com/releases/editor/whats-new/2022.3.60#notes)
### 如何使用
要使用此项目,可以参照以下方法:
- 把这个仓库克隆到本地,把项目适当修改后基于此直接进行你自己项目的开发!
- 在项目的`Assets/Plugins/Purpaca`文件夹下找到你所需要的功能,导出为`unity package`,之后再导入到你自己的项目中。
- 或者其它能帮助到你的使用方法...
主分支为当前最新的[发布版本](https://github.com/Purpaca/My-Unity-Toolkits/releases),通过切换到对应的分支来查看还在开发中的功能。
### 答疑解惑
本仓库提供[帮助文档](./docs/cn/manual/index.md)!
所有的文档将长期处于**建设中**的状态,欢迎你的贡献与帮助!