浏览代码

Updated Package Version / Readme / Changelog

/main
peeweek 5 年前
当前提交
5d6602be
共有 3 个文件被更改,包括 12 次插入3 次删除
  1. 2
      CHANGELOG.md
  2. 11
      README.md
  3. 2
      package.json

2
CHANGELOG.md


#### Changed
* **[Breaking]** Discover Assets now reference many Scenes/SceneSetups
* **[Breaking Change]** Discover Assets now reference many Scenes/SceneSetups
* Action to take: have to re-reference scenes in Discover Asset
#### Added

11
README.md


## Requirements
* Unity 2018.3
* Unity 2018.3 / 2019.1 / 2019.2
* Package Manager UI
## How to install

- append the line ` "net.peeweek.gameplay-ingredients": "https://github.com/peeweek/net.peeweek.gameplay-ingredients.git#2018.3.0",` 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
# Version / Tag Compatibility
Gameplay Ingredients comes with the following compatibility:
* **Unity 2018.3 / 2018.4 :** choose the tag `2018.3.0`
* **Unity 2019.1 / 2019.2 :** choose the tag `2019.1.2`
* **Unity 2019.3** : Not officially supported ATM

2
package.json


{
"name": "net.peeweek.gameplay-ingredients",
"displayName": "Gameplay Ingredients",
"version": "2019.1.1-preview",
"version": "2019.1.2",
"category": "Gameplay",
"unity": "2019.1",
"description": "Gameplay ingredients - A Collection of scripts for the editor and runtime to set-up gameplay actions and logic in your games",

正在加载...
取消
保存