Skip to content

reignstudios/ReignRP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About (NOTE: under development)

ReignRP is a Forward only Unity3D Render-Pipeline focused on VR and low-end GPU performance while maintaining visual appeal.

URP seems to have performance overhead BuiltInRP does not causing regression for performance constrained projects. There are also other complexities in URP in its ShaderGraph, lighting override or post-processing pipelines that are more time consuming or missing fundumental vertex buffer streams causing technical challanges.

Further there are other ways to increase performance beyond BuiltInRP.

Supported

  • Standard HLSL shader system with custom override features
  • Custom-Specular PBR like Lit features
  • Unlit features
  • Lightmap features

WIP

  • VR support (missing SinglePass instanced)
  • GI features (TBD)
  • Realtime shadows

Why it can be faster

  • Reduced culling options
  • Simpler shader options
  • Shader complexity reduction options
  • Simpler shadow options
  • Optimized skybox clearing

About

Unity3D Render-Pipeline focused on VR and low-end GPU performance while maintaining visual appeal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors