XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
307 stars 34 forks source link

Rename playspace object to XRCameraRig #898

Closed FejZa closed 2 years ago

FejZa commented 2 years ago

XRTK - Mixed Reality Toolkit Pull Request

Overview

As discussed in #896 the MixedRealityPlayspace was renamed to XRCameraRig. Also the configured camera rig type, IMixedRealityCameraRig, is now added to the rig game object and not the camera game object, which makes more sense and per existing documentation

/// <summary>
/// This interface is to be implemented by a <see cref="MonoBehaviour"/> and attached to the rig root object.
/// </summary>

was the intended behavior anyways.

Changes

Breaking Changes

Related Submodule Changes