浏览代码

Update README.md

/main
GitHub 3 年前
当前提交
b24b99b4
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 12
      README.md

12
README.md


# Unity Royale
A card-based tower defence game replicating gameplay similar to Supercell's Clash Royale (in simplified form). It is possible to play a short match against a "non-smart" AI that just plays cards non-stop.
A card-based tower defence game replicating gameplay similar to Supercell's Clash Royale (in simplified form). It is possible to play a short match against a "non-smart" AI that just deals cards non-stop.
Built to demonstrate Addressable Assets, it also showcases well LWRP and custom toon shaders (made with Shader Graph, the lighting done in a Custom Function Node), Cinemachine and Timeline Signals. Built for mobile from the ground-up.
Built to demonstrate Addressable Assets, it also showcases well URP and custom toon shaders (made with Shader Graph, the lighting done in a Custom Function node), Cinemachine usage, and Timeline Signals. Built for mobile from the ground-up.
## Usage
## Unity version
The project has been tested to work with **Unity 2020.3 LTS** (any patch). More recent versions might require upgrading work.
## Usage
To try out the project, just open the scene called "Main", and press Play.
You can find the ScriptableObjects used as cards under the folder "GameData". The 2nd level (the Cards) are the ones that have been marked as Addressable assets, and can be changed without rebuilding the whole game.

Keep in mind though that the shader in this project is simpler than the one used in the talk.
## Owner
Project created by Ciro Continisio. If you have questions, you can get in touch [on Twitter](https://twitter.com/cirocontns)
## Owner and credits
Project created by Ciro Continisio. If you have questions, you can get in touch [on Twitter](https://twitter.com/CiroContns). UI art by [Alice Hinton-Jones](https://twitter.com/alicehintonj)
The shader can be freely used for commercial purposes, no need for credit (though it would be nice).
Assets included are part of a Unity asset pack (see license for details).
正在加载...
取消
保存