|
1 |
| -# General Release Guidelines |
2 |
| - |
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](/BreakingChanges.md) 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.0p1 MRTP4](http://beta.unity3d.com/download/b1565bfe4a0c/download.html) or later |
12 |
| -- Running the Windows Fall Creator's Update Build 1709 or later |
13 |
| -- Visual Studio 2017 build 15.3 or later |
14 |
| -- Window 10 SDK 10.0.16299.0 or later |
15 |
| - |
16 |
| -### List of breaking changes |
17 |
| -- None to date. See [Unity's upgrade guide](https://docs.unity3d.com/Manual/UpgradeGuide20172.html) for Unity Specific changes. |
18 |
| - |
19 |
| -## 2017.1 Upgrade Guide |
20 |
| - |
21 |
| -### What you'll need |
22 |
| - |
23 |
| -- [Unity Editor 2017.1.2f1](https://unity3d.com/unity/whats-new/unity-2017.1.2) or later |
24 |
| -- Window Build 1603 or later |
25 |
| -- Visual Studio 2015 or later |
26 |
| -- Windows 10 SDKs 10.0.10240.0 though 10.0.15063.0 |
27 |
| - |
28 |
| -### List of breaking changes |
29 |
| -- `TryGetPosition` is now `TryGetPointerPosition` |
30 |
| -- `TryGetOrientation` is now `TryGetPointerRotation` |
31 |
| -- `SpeechKeywordRecognizedEventData` is now `SpeechEventData` |
32 |
| -- All other changes should throw `Obsolete` warnings with suggested updates. |
33 |
| -- Renamed feature folders |
34 |
| -- Merged Test and Example folders |
35 |
| -- Removed `MicStream` scripts and libraries until they pass WACK |
36 |
| -- `GameObjects` that utilize the `WorldAnchorStore` need to have unique names. |
37 |
| -- `SetGlobalListeners` now registers/unregisters during OnEnable/OnDisable. |
| 1 | +# General Release Information |
| 2 | + |
| 3 | +This release is targeted for the Unity 2017.x products |
| 4 | +- The recommended Unity version is [2017.4](https://unity3d.com/unity/qa/lts-releases?_ga=2.10765437.818138280.1527115303-289721018.1521153098) |
| 5 | + - The recommended **minimum** Unity version is 2017.1 |
| 6 | + - We will investigate reported issues on Unity 5.6, please file them in [GitHub](https://github.com/Microsoft/MixedRealityToolkit-Unity/issues) and tag them with "Unity 5.6 |
| 7 | +- Unity 2017.2 and newer is required for Immersive headset support |
| 8 | + - Unity 2017.1 can be used for HoloLens projects |
| 9 | +- Windows SDK 10.0.16299 is required for Unity 2017.2 and newer |
| 10 | +- Visual Studio 2017 (15.3 or newer) is required. |
| 11 | +- Windows 10 Fall Creators Update (1709) or newer is required. |
| 12 | + - Windows 10 April 2018 Update (1803) is recommended |
| 13 | + |
| 14 | +``` |
| 15 | +Note: When upgrading the toolkit in your project, delete the following before importing the new package. |
| 16 | +- Assets\HoloToolkit |
| 17 | +- Assets\HoloToolkit-Examples (if present) |
| 18 | +``` |
| 19 | + |
| 20 | +# Testing notes |
| 21 | + |
| 22 | +The Mixed Reality Toolkit team tests on the recommended and the recommended minimum Unity versions. |
| 23 | +- A small amount of testing is performed on other Unity releases |
| 24 | +- HoloToolkit-Examples scenes are used for the majority of testing |
| 25 | +- Compile testing is performed in the Master configuration for: |
| 26 | + - .NET Scripting |
| 27 | + - IL2CPP |
| 28 | + |
| 29 | +Please see each the [release notes](https://github.com/Microsoft/MixedRealityToolkit-Unity/releases/latest) for information regarding new features, fixes, breaking changes and known issues. |
0 commit comments