浏览代码

Updated package version

/2018.3
Thomas ICHÉ 5 年前
当前提交
76cc1a3a
共有 1 个文件被更改,包括 19 次插入11 次删除
  1. 30
      package.json

30
package.json


{
"name": "net.peeweek.gameplay-ingredients",
"displayName": "Gameplay Ingredients",
"version": "2018.3.3-preview",
"category": "Gameplay",
"unity": "2018.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.2.8"
},
"keywords": ["Gameplay","Ingredients","Unity", "Behaviour", "State Machine", "Editor", "Streaming"]
}
"name": "net.peeweek.gameplay-ingredients",
"displayName": "Gameplay Ingredients",
"version": "2019.1.0-preview",
"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",
"dependencies": {
"com.unity.cinemachine": "2.2.8"
},
"keywords": [
"Gameplay",
"Ingredients",
"Unity",
"Behaviour",
"State Machine",
"Editor",
"Streaming"
]
}
正在加载...
取消
保存