Boat Attack使用了Universal RP的许多新图形功能,可以用于探索 Universal RP 的使用方式和技巧。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
André McGrail 11eb0468 Tweaks 5 年前
.vscode Boat trail tweaks 6 年前
Assets Tweaks 5 年前
Packages Tweaks 5 年前
ProjectSettings Tweaks 5 年前
.gitattributes Large update, lots of visual differences, be careful updating to here 6 年前
.gitignore Minor updates 5 年前
.gitmodules Removed WaterSystem submodule and embedded as local Package. 6 年前
BoatDemo.code-workspace Massive cleanup 6 年前
GeneratedShader.shader init push 6 年前
LICENSE Create LICENSE 6 年前
README.md Update README.md 6 年前
UberShader.shader init push 6 年前

README.md

Boat Attack

Demo Project using the Lightweight Render Pipeline from Unity3D

Click for Youtube Video

This Unity project has been created to aid the testing and development of LWRP. The project is a small vertical slice of a boat racing game, complete with raceable boats and island environment.

Project Features:

  • Uses LWRP(Lightweight Render Pipeline) from Unity
  • Mobile optimized, low poly, LODs, no compute
  • C# Jobs buoyancy system
  • Cinemachine camera setups
  • Shadergraph usage
  • Custom LWRP pass injection for water and planar reflections
  • Gestner based water system
  • Much more..

Youtube Video

Usage

Currently this is a full project so you should jsut need to clone* down and open in Unity, if you stick to the master branch it should always work with the latest publicly available Unity and assorted packages.

Feel free to post any issues, but know this is a 'as is' repo, it's meant more for discovery of how some of the LWRP features work and a learning resource for some tricks. Also it's used for checking new features and stablility for in development branches of LWRP.

Credits

Andre McGrail - Design, Programming, Modeling, Texturing, Sound

Alex Best - Modeling, Texturing

Stintah - Soundtrack

Special thanks to:

Felipe Lira - Making LWRP :)

Tim Cooper - Assorted SRP code help

Notes

*Make sure you clone the repo as downloading the zip will not contain the LFS files(all textures/meshes etc)