浏览代码

Moved all files one directory up

/main
Thomas ICHÉ 5 年前
当前提交
34c4067f
共有 12 个文件被更改,包括 29 次插入4 次删除
  1. 19
      README.md
  2. 7
      LICENSE.meta
  3. 7
      README.md.meta
  4. 0
      /Runtime.meta
  5. 0
      /package.json
  6. 0
      /package.json.meta
  7. 0
      /Editor.meta
  8. 0
      /Editor
  9. 0
      /NaughtyAttributes.meta
  10. 0
      /NaughtyAttributes
  11. 0
      /Runtime

19
README.md


## How to install
* Open the project where you want to use these ingredients
* Clone repository somewhere or download zip / unzip somewhere
* Open package manager UI
* Click the Plus button at the bottom, select `Add Package from Disk`, then navigate to the `/net.peeweek.gameplayingredients` folder to find the `package.json` file.
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",` 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

7
LICENSE.meta


fileFormatVersion: 2
guid: f3d05d1088ace584489c2e0fdfdb75b0
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

7
README.md.meta


fileFormatVersion: 2
guid: b1565dfac550b7e41a3aced8a4474ff8
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

/net.peeweek.gameplay-ingredients/Runtime.meta → /Runtime.meta

/net.peeweek.gameplay-ingredients/package.json → /package.json

/net.peeweek.gameplay-ingredients/package.json.meta → /package.json.meta

/net.peeweek.gameplay-ingredients/Editor.meta → /Editor.meta

/net.peeweek.gameplay-ingredients/Editor → /Editor

/net.peeweek.gameplay-ingredients/NaughtyAttributes.meta → /NaughtyAttributes.meta

/net.peeweek.gameplay-ingredients/NaughtyAttributes → /NaughtyAttributes

/net.peeweek.gameplay-ingredients/Runtime → /Runtime

正在加载...
取消
保存