您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
21 行
531 B
21 行
531 B
{
|
|
"name": "net.peeweek.gameplay-ingredients",
|
|
"displayName": "Gameplay Ingredients",
|
|
"version": "2019.3.1",
|
|
"category": "Gameplay",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"Gameplay",
|
|
"Ingredients",
|
|
"Unity",
|
|
"Behaviour",
|
|
"State Machine",
|
|
"Editor",
|
|
"Streaming"
|
|
],
|
|
"hideInEditor": false
|
|
}
|