8000 Rename playspace object to XRCameraRig by FejZa · Pull Request #898 · XRTK/com.xrtk.core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Rename playspace object to XRCameraRig #898

Merged
merged 3 commits into from
Oct 25, 2021
Merged

Conversation

FejZa
Copy link
Contributor
@FejZa FejZa commented Oct 24, 2021

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

  • MixedRealityPlayspace is now XRCameraRig
  • IMixedRealityCameraRig is now added to the rig root object instead of the camera
  • PlayspaceTransform property is now RigTransform

Breaking Changes

  • This is a breaking change but since we haven't published v0.3 yet, we can just make it part of that release.

Related Submodule Changes

  • There is submodule changes which I will create a PR for once the Core release is out, because I have to bump the Core dependency for this change anyways in the submodules

@FejZa FejZa added the Ready for review PR finished primary development, open for review label Oct 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ready for review PR finished primary development, open for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0