realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
https://realitytoolkit.realitycollective.net/
MIT License
3 stars 0 forks source link

Focus Provider updated to only create UIRaycast camera when NOT in XR #95

Closed SimonDarksideJ closed 11 months ago

SimonDarksideJ commented 11 months ago

Reality Collective - Reality Toolkit Pull Request

Overview

In XR Scenarios the UIRaycastCamera is not required as all Canvases use a WorldSPace canvas in the world.

The UI RaycastCamera is only needed in situations that do NOT use XR.

Changes