Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

broke out the changes from the diagnostics PR #428

Merged
merged 2 commits into from
Dec 30, 2019

Conversation

StephenHodgson
Copy link
Contributor

XRTK - Mixed Reality Toolkit Change Request

Overview

Broke out a few of the braking changes from the Diagnostics PR.

Mainly this is just a cleanup pass.

Target of the change:

Is this enhancement for:

  • Core (core framework, interfaces and definitions)

Changes:

Some of the biggest changes:

  • Updated the MixedRealityToolkit service registration to no longer check if a profile is null, as these services require the profiles they're checking. (in fact the IsServiceEnabled flag is typically bundled with this profile null check anyway.)
  • updated a few of the headers to be XRTK as they're probably nothing like the MRTK counterpart.
  • Misc formatting and style changes.
    • naming
    • accessors

Breaking Changes:

Are there any breaking changes included in this change that would prevent or cause issue for existing projects.

  • IMixedRealityBaseEventSystem.EventListeners is now a readonly type: IReadonlyList<GameObject>

@StephenHodgson StephenHodgson added the Ready for review PR finished primary development, open for review label Dec 28, 2019
@StephenHodgson StephenHodgson merged commit 8f300b7 into development Dec 30, 2019
@StephenHodgson StephenHodgson deleted the dev/misc-cleanup branch December 30, 2019 13:23
XRTK-Build-Bot pushed a commit that referenced this pull request Dec 30, 2019
* broke out the changes from the diagnostics PR

* updated xrtk-core package to 0.1.28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Breaking Change 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