这是第一个 Unity 开放项目的repo,是 Unity 和社区合作创建的一个小型开源游戏演示,第一款游戏是一款名为 Chop Chop 的动作冒险游戏。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
GitHub a50a42d0 Update README.md 3 年前
.github Merge branch 'master' into custom-lighting-shader 4 年前
UOP1_Project Upgrade to 2020.2.13b (#247) 3 年前
.editorconfig Working dialogue and cutscene system. (#135) 4 年前
.gitignore Added root-level gitignore file 4 年前
CONTRIBUTING.md Create CONTRIBUTING.md 4 年前
LICENSE Initial commit 4 年前
README.md Update README.md 3 年前

README.md

Unity Open Projects

Unity Open Project #1: Chop Chop

Devlog 2: Game architecture with Scriptable Objects

You've landed on the repository for the first Unity Open Project, an initiative where Unity and the community collaborate together to create a small open-source game demo. The first game is an action-adventure titled Chop Chop (more info).

This branch in particular (devlogs/2-scriptable-objects) contains the demo assets associated with the second "devlog" video, which explores how to create a solid game architecture using Scriptable Objects. To watch the video, you can find it here.

Note: This branch doesn't contain the full project, but a trimmed-down version which focuses on the subject of the devlog. We did it so it's faster for you to import, and easier to explore and learn from. We also updated it to a newer Unity version (see below) so you can take its learnings and apply them to the games you are developing now. In time, we will make small updates to this branch or backport fixes when needed, but don't expect it to be updated with new features and to stay in sync with main.

To find the full project and contribute to it, go to the main branch.

Unity version

Normally, development on the game takes place in Unity 2019.4 LTS. However for this video we branched off and upgraded it to Unity 2020.2 beta. On the main branch development continues on 2019.4 LTS as usual.

License

The assets contained in this branch are covered by the same open-source license that covers the rest of the game (Apache License 2.0), so you are free to use them for your own projects.

Contribute

Open Projects is an open-source game, so we'd love your contributions! However, we don't take contributions on this branch so please don't open PRs against it. To take part in the development, go to the main branch and find all the instructions on how to contribute in its Readme.

We are looking forward to see what you will create
- the Unity Creator Advocacy team