浏览代码

Updated Readme + Pacakge info (now requires Cinemachine 2.5.0 + Timeline 1.3.0 )

/main
Thomas ICHÉ 4 年前
当前提交
3f154ca1
共有 3 个文件被更改,包括 9 次插入3 次删除
  1. 5
      CHANGELOG.md
  2. 4
      README.md
  3. 3
      package.json

5
CHANGELOG.md


## 2019.3.4
This version added the following package dependencies:
* Cinemachine 2.5.0
* Timeline 1.3.0
#### Added
* Preferences for Advanced Hierarchy View

4
README.md


- Ensure you have a **[Command Line Git](https://gitforwindows.org/) Installed**
- With Unity 2019.3 closed, edit the `Packages/manifest.json` with a text editor
- Append the line ` "net.peeweek.gameplay-ingredients": "https://github.com/peeweek/net.peeweek.gameplay-ingredients.git#2019.3.3",` under `dependencies`
- Append the line ` "net.peeweek.gameplay-ingredients": "https://github.com/peeweek/net.peeweek.gameplay-ingredients.git#2019.3.4",` under `dependencies`
You can check that the package was imported by looking at the project window, under Packages/ Hierarchy, there should be a `Gameplay Ingredients` hierarchy

**Unity 2019.3** : clone and check out the `master` branch at the tag `2019.3.3`
**Unity 2019.3** : clone and check out the `master` branch at the tag `2019.3.4`
#### Older Versions

3
package.json


"unity": "2019.3",
"description": "Gameplay ingredients - A Collection of scripts for the editor and runtime to set-up gameplay actions and logic in your games.",
"dependencies": {
"com.unity.cinemachine": "2.3.4"
"com.unity.cinemachine": "2.5.0",
"com.unity.timeline" : "1.3.0"
},
"keywords": [
"Gameplay",

正在加载...
取消
保存