MixedRealityToolkit-Unity for Unity 2017.2.0 MRTP
Pre-release
Pre-release
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
- (#828, #1057, #1059, #1060, #1064, #1069, #1072, #1075, #1081, #1082, #1091, #1093, #1089, #1175) Merged all changes from master branch into the development branch.
- (#1016, #1026, #1053, #1052, #1062, #1028, #1085, #1088, #1100) Synced the Input System and Utilities feature areas to make older projects forwards compatible.
- (#1122) Fixed issue with TeleportMarker
- (#1021) Added Motion Controllers Example
Breaking Changes from last pre-release v1.Dev.2017.2.0
- Moved
InteractionSourceExtensions
into the Input feature folder. - fixed spelling in
ICurosr.SetVisibility
wasSetVisiblity
RegisterPointableCanvas
is now obsolete.GazeManager.UpdateHitDetails(FocusDetails focusDetails, bool isRegisteredForFocus)
is nowUpdateHitDetails(FocusDetails focusDetails, RaycastHit hitInfo, bool isRegisteredForFocus)
DebugInteractionSourceState
public fields are now PascalCase.FocusManager.BorrowPointerEventData()
is nowGetPointerEventData()
- Removed
SpecularHightlight.shader
- Marked
StartAwareBehaviour
obsolete. - Marked
StartAwareSingleton
obsolete.