Skip to content

MixedRealityToolkit-Unity for Unity 2017.2.0 MRTP

Pre-release
Pre-release
Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 17 Oct 03:44

Pre Release of the HoloToolkit for Unity 2017.2.0p1 MRTP 4
What's new for the Fall Creators Update

Upgrade Guide

Attention!

  • When upgrading to this release, delete all toolkit folders before importing the package.
  • This release is for Windows Mixed Reality HMDs only.
    • HoloLens Developers please continue to use the master branch release.
  • This is the last Pre-Release for the Dev branch and is used to help mitigate the breaking changes back to master. Please use this release as a reference point before switching to the main release.

Release Notes

Breaking Changes from last pre-release v1.Dev.2017.2.0

  • Moved InteractionSourceExtensions into the Input feature folder.
  • fixed spelling in ICurosr.SetVisibility was SetVisiblity
  • RegisterPointableCanvas is now obsolete.
  • GazeManager.UpdateHitDetails(FocusDetails focusDetails, bool isRegisteredForFocus) is now UpdateHitDetails(FocusDetails focusDetails, RaycastHit hitInfo, bool isRegisteredForFocus)
  • DebugInteractionSourceState public fields are now PascalCase.
  • FocusManager.BorrowPointerEventData() is now GetPointerEventData()
  • Removed SpecularHightlight.shader
  • Marked StartAwareBehaviour obsolete.
  • Marked StartAwareSingleton obsolete.