Skip to content

Commit abdeaeb

Browse files
Updated UpgradeGuide
1 parent f2d6201 commit abdeaeb

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

UpgradeGuide.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# 2017.2 Upgrade Guide for Window Mixed Reality
1+
# General Release Guidelines for upgrading
22

3+
When updating the Mixed Reality Toolkit for Unity in your project always be sure to completely remove all the folders and assets of the toolkit before importing the unity package. Unity does not handle assets that have been deleted, removed, or renamed.
4+
5+
General releases will list breaking changes in their descriptions.
6+
7+
## 2017.2 Upgrade Guide for Window Mixed Reality
8+
9+
### What you'll need
10+
11+
- Unity Editor 2017.2.0f3 MRTP or later
12+
- Running the Windows Insider Preview Build 1709
13+
- Visual Studio 2017 build 15.3 or later
14+
- Window 10 SDK 10.0.16267.0 or later
15+
16+
### List of breaking changes
17+
- None to date. See Unity's upgrade guide for Unity Specific changes.
18+
19+
## 2017.1 Upgrade Guide
20+
21+
### What you'll need
22+
23+
- Unity Editor 2017.1.2f1 or later
24+
- Visual Studio 2015 or later
25+
- Windows 10 SDKs 10.0.10240.0 though 10.0.15063.0
26+
27+
### List of braking changes
28+
- `TryGetPosition` is now `TryGetPointerPosition`
29+
- `TryGetOrientation` is now `TryGetPointerRotation`
30+
- All other changes should throw `Obsolete` warnings with suggested updates.
31+
- Renamed feature folders
32+
- Merged Test and Example folders
33+
- Removed `MicStream` scripts and libraries until they pass WACK
34+
- `GameObjects` that utilize the `WorldAnchorStore` need to have unique names.

0 commit comments

Comments
 (0)