Prerequisites
Before you start, make sure that you have the following:
Requirements and Notes
- Unity 2022.3.0f1 or later (Unity 6.1 is recommended)
- Scriptable Render Pipeline (SRP) installed and configured (URP or HDRP)
- Scene GameObjects which are not Prefabs are ignored
- (Recommended) Scene Prefabs are children of an Empty Root-Level Parent GameObject
Recommended Project Settings
To take full advantage of ProStream and the Data Oriented Technology Stack, it is recommended to use the following settings:
| Setting | Value |
|---|---|
| Scripting Backend | IL2CPP |
| API Compatibility Level | .Net Standard 2.1 |
| Graphics APIs | Vulkan, Metal, and DX11/12 |
| Incremental GC (Garbage Collection) | Enabled |

