浏览代码

Updated Version and Requirements

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

4
CHANGELOG.md


# Changelog
## 2019.1.3
## 2019.3.0
Requires Unity 2019.3.0 or later.
#### Added

8
package.json


{
"name": "net.peeweek.gameplay-ingredients",
"displayName": "Gameplay Ingredients",
"version": "2019.1.2",
"version": "2019.3.0",
"unity": "2019.1",
"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"

"State Machine",
"Editor",
"Streaming"
]
],
"hideInEditor": false,
"type": "tool"
}
正在加载...
取消
保存