Roman 5d922db614 任务:制作人物动画逻辑
1.当人物处于Normal时,重复播放骑在马上的动画
2.当人物被射出,播放一次跳上动画,之后停在最后一帧,等待落到平台上。
3.当人物进入Walk态,开始重复播放跑步动画。
4.当人物开始降落,触发一次跳下动画,停在最后一帧
5.当Recover结束,状态恢复为Normal,重回到骑在马上动画
DONE
2022-08-24 17:59:05 +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.