Home

Awesome

Unity OBB Reflection Probe Support

Screenshot Screenshot

Introduction

This package adds basic support for oriented bounding box projection to Unity Built-in Rendering Pipeline.

The code and shaders come in as an embedded package found in the Packages folder. Simply copy the 'com.noisecrimestudios.obbreflectionprobe' folder from the repository packages folder to your own projects packages folder.

Supported

Not Supported

<BR>

Screenshot Screenshot

Issues

It should be noted that whilst it technically works Unity�s built-in pipeline simply does not have the required hooks or systems to fully support a custom OBB projection system. The main issue is that Unity still performs various calculations on the original probe axis aligned bounding box which conflicts with the needs of an OBB probe.

This can be worked around via anchoring probes to renderers but that is quite a restriction and can be painful to work with for a project of any complexity.

To fully support OBB projection it's likely you�d need to write your own reflection probe component and ALL necessary subsystems. e.g. tracking renderers and which probes they are affected by, culling probes etc, which is an extensive project with challenges for performance. <BR>
<BR>

Getting Started

Please refer to the OOBB Reflection Probe Support Guide PDF in the documentation folder. <BR>
<BR>

Prerequisites

Unity 2019.4.28f1

This package is in development, and requires Unity 2019.4.28f1