浏览代码

Updated Requirements + Readme

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

5
README.md


#### Local Package Install :
* Git Clone this repository (or download zip and unzip locally)
* Install Unity 2018.3 or newer and run it for your project
* Install Unity 2019.1 or newer and run it for your project
* Open Package Manager Window (Window/Package Manager)
* Use the + Button at the bottom of the window and select "Add Package from Disk"
* Navigate to the root of the repository directory then open the `package.json` file.

* Install Unity 2018.3 or newer
* *(Make sure you have Git CLI installed on your system and path correctly configured)*
* Install Unity 2019.1 or newer
* Open your project's `Packages/manifest.json` file with a text editor
* Add the following line to `dependencies` list : `"com.unity.vfx-toolbox": "https://github.com/Unity-Technologies/VFXToolbox.git#1.0.0-preview",`

2
package.json


],
"type": "tool",
"hideInEditor": false,
"unity": "2018.3"
"unity": "2019.1"
}
正在加载...
取消
保存