浏览代码

Update README to mention new folder structure

/main
Peter Bay Bastian 7 年前
当前提交
b7904f55
共有 1 个文件被更改,包括 20 次插入3 次删除
  1. 23
      README.md

23
README.md


Did we mention it's a very WIP, no promises, may or might not ship feature, anything and everything in it can change? It totally is.
## How to use the latest version
The repository no longer consists of a complete Unity project, but rather
assumes to be put inside a sub-folder of the `Assets\` folder of an existing
Unity project. Make sure that your project uses linear color space
(_Edit > Project Settings > Player_).
Perform the following instructions to get a working copy of SRP:
```
> cd <Path to your Unity project>/Assets
> git clone https://github.com/Unity-Technologies/ScriptableRenderLoop
> cd ScriptableRenderLoop
> git submodule update --init --recursive --remote
```
* git clone https://github.com/Unity-Technologies/ScriptableRenderLoop
* git checkout unity-2017.1b5 (or the latest tag)
* git submodule update --init --recursive --remote
```
> git clone https://github.com/Unity-Technologies/ScriptableRenderLoop
> cd ScriptableRenderLoop
> git checkout unity-2017.1b5 (or the latest tag)
> git submodule update --init --recursive --remote
```
## For Unity 5.6 beta users

正在加载...
取消
保存