Boat Attack使用了Universal RP的许多新图形功能,可以用于探索 Universal RP 的使用方式和技巧。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
GitHub 36f6abd2 Update LICENSE 5 年前
Assets Added new Input System 5 年前
Packages Caustics GLcore shader fix 5 年前
ProjectSettings Added new Input System 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 年前
LICENSE Update LICENSE 5 年前
README.md Update README.md 5 年前

README.md

Note:This repositry uses GitLFS, to use this repo you need to pull via Git and make sure GitLFS is installed locally

Boat Attack

Demo Project using the Universal RP from Unity3D

Click for Youtube Video

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

Project Features:

  • Uses Universal RP from Unity
  • Mobile optimized, low poly, LODs, no compute
  • C# Jobs buoyancy system
  • Cinemachine camera setups
  • Shadergraph usage
  • Postprocesing v2 with Volume blending
  • Custom Universal RP rendering for planar reflections via SRP callbacks
  • Custom SciptableRenderPass usage for WaterFX and Caustics
  • Gestner based water system in local package(WIP)
  • Much more..

Demo Footage

Usage

Via your Git GUI(or terminal/commandline) clone* down and open in Unity. Make sure you clone down the relative branch depending on unity version you are using, you will find them via release/20xx.x for the version you are using. master branch is a development branch and used with the latest version of SRP, due to this the project has local links to the directory of the SRP cloned down on a specific machine, meaning to use this you will need to clone down SRP and point to the directories via package manager, more info can be found here.

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 Universal RP features work and a learning resource for some tricks.

Todo

As this project is on goinig there is a lot more left that needs to be worked on, so I repeat this is not a resource for production ready workflow ideas or systems and lots of it was put together very quickly.

Some of the things left to do:

  • Make water system more modular and improve UX
  • Improve boat AI
  • Add imposter rendering for vegetation
  • Make menu system to switch between Demoing/Playing/Benchmarking
  • Impliment Unity Physics
  • Optimize cross platform performance and stability
  • Code cleanup
  • Wiki explaning features/systems in more depth
  • Add more sizzle....

Sunny Island

Credits

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

Alex Best - Modeling, Texturing

Stintah - Soundtrack

Special thanks to:

Felipe Lira - For Making Universal RP & LWRP

Tim Cooper - Assorted SRP code help

And thanks to many more who have helped with suggestions and feedback!

Notes

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