Gameplay Ingredients是一组用于 Unity 游戏的运行时和编辑器工具:一组脚本的集合,可在制作游戏和原型时简化简单的任务。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
peeweek d75f2506 Updated Package Version number 5 年前
Documentation~ WelcomeScreen new Banner 5 年前
Editor Added PlayableDirector to Possible Actions in Discover. 5 年前
Icons Icons + Log Action 5 年前
NaughtyAttributes Merge branch 'master' into vfx-demo 5 年前
Resources Added Default Game Manager Prefab 5 年前
Runtime Added Support for Game Saves in Factory / Added SetInstigatorFromFactoryLogic Option continue for null instigator / Tweaked UI of GameSaveSetValueAction 5 年前
StarterAssets Updated Starter Package 5 年前
Editor.meta Big Refactor : Do not rely on UnityEvents Anymore 5 年前
Icons.meta Added Icons + Started working on Scene Logic Editor 5 年前
LICENSE Initial commit 5 年前
LICENSE.meta Moved all files one directory up 5 年前
NaughtyAttributes.meta Big Refactor : Do not rely on UnityEvents Anymore 5 年前
README.md Update README.md 5 年前
README.md.meta Moved all files one directory up 5 年前
Resources.meta Level Streaming Manager Update : Now is a manager 5 年前
Runtime.meta Initial Commit 5 年前
StarterAssets.meta Added Starter unitypackages 5 年前
package.json Updated Package Version number 5 年前
package.json.meta Initial Commit 5 年前

README.md

Gameplay Ingredients for your Unity Games - A collection of scripts that ease simple tasks while making games and prototypes.

Requirements

  • Unity 2018.3
  • Package Manager UI

How to install

You can use a manual, local package installation if you need to alter the code locally or automate the fetch of the repository by using a git address directly. The latter option shall download and manage automatically the repository, with the drawback of being read-only.

Manual Version

  • Clone repository somewhere of your liking
  • In your project, open the Window/Package Manager window and use the + button to select the Add Package from Disk... option.
  • Navigate to your repository folder and select the package.json file
  • The repository shall be added

Git reference version

  • With unity 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#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