GrassTE d5099b0c7d 修改
1.修改了太阳的图层
2.修改了阴线的火焰
3.给障碍物添加了光效,使其显眼一点。
2022-08-27 21:52:13 +08:00
..
2022-07-18 23:15:27 +08:00
2022-07-18 23:15:27 +08:00

Both High Definition and Lightweight rendering pipelines are in development and in a preview state, so Amplify Shader Editor may have some nodes that are not fully updated for them. 
At the moment there are, for each SRP, two separate packages inside Amplify Shader Editor. They contemplate two major SRP versions that exist at the moment.
For Unity 2018.2 and below, users can only install v3.x.x for both HD and LW rendering pipelines and as such they will need to unpack the unity packages containing the 3xx (Legacy) tag.
For Unity 2018.3, users can only install v4.x.x for both HD and LW rendering pipelines and as such they will need to unpack the unity packages containing the 4xx (Legacy) tag.
For Unity 2019.1 and above, users can only install v5.x.x for both HD and LW rendering pipelines and as such they will need to unpack the unity packages NOT containing the (Legacy) tag.

Unity 2018.2.x, HD and LW v3.x.x:
* HDSRPTemplates 3xx (Legacy).unitypackage
    * HD PBR
    * HD Unlit

* LWSRPTemplates 3xx (Legacy).unitypackage
    * Lightweight PBR
    * Lightweight Unlit

Unity 2018.3.x, HD and LW v4.x.x:
* HDSRPTemplates 4xx (Legacy).unitypackage
    * HD Lit
    * HD PBR
    * HD Unlit

* LWSRPTemplates 4xx (Legacy).unitypackage
    * Lightweight PBR
    * Lightweight Unlit

Unity 2019.1.x, HD and LW v5.x.x:
* HDSRPTemplates.unitypackage
    * HD Lit
    * HD PBR
    * HD Unlit

* LWSRPTemplates.unitypackage
    * Lightweight PBR
    * Lightweight Unlit

Upon unpacking, the templates they may not be instantly available at the ( Create > Amplify Shader > ... ) menu over you project view, but a user can create p.e. a new Amplify Surface Shader, go to its Shader Type menu over the left Node Properties window and select its newly installed template.