You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/ReleaseNotes.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,16 @@ The following software is required.
23
23
- Windows 10 SDK 18362 or later (installed by the Visual Studio Installer)
24
24
- Unity 2018.4, 2019.1 or 2019.2
25
25
26
+
NuGet requirements
27
+
28
+
If importing the Mixed Reality Toolkit's NuGet packages, the following software is recommended.
29
+
30
+
-[NuGet for Unity](https://github.com/GlitchEnzo/NuGetForUnity)
31
+
26
32
### Upgrading projects to 2.1.0
27
33
34
+
**Updating using .unitypackage files**
35
+
28
36
The 2.1.0 release has some changes that may impact application projects, including some files moving to new folder locations.
29
37
Breaking change details, including mitigation guidance, can be found in the [**Updating 2.0.0 to 2.1.0**](Updating.md#updating-200-to-210) article.
30
38
@@ -62,8 +70,44 @@ For the smoothest upgrade path, please use the following steps.
62
70
63
71
Related to [issue #6144](https://github.com/microsoft/MixedRealityToolkit-Unity/issues/6144): after upgrading, if you have a custom input simulation profile, the input playback service data provider may have a missing class. Click the "Try Repair" button in the profile window to fix the missing reference.
64
72
73
+
**Updating from NuGet**
74
+
75
+
If your project was created using the Mixed Reality Toolkit NuGet packages, please use the following steps.
76
+
77
+
1. Select **NuGet > Manage NuGet Packages**
78
+
1. Select the **Online** tab and click **Refresh**
79
+
1. Select the **Installed** tab
80
+
1. Click the **Update** button for each installed package
81
+
- Microsoft.MixedReality.Toolkit.Foundation
82
+
- Microsoft.MixedReality.Toolkit.Tools
83
+
- Microsoft.MixedReality.Toolkit.Extensions
84
+
- Microsoft.MixedReality.Toolkit.Examples
85
+
1. Re-open the project in Unity
86
+
87
+
After updating the packages, you may see messages similar to the following:
88
+
89
+
```
90
+
Failed to unload 'Assets/Packages/Microsoft.MixedReality.Toolkit.Examples.2.1.0/MRTK/StandardAssets/Models/Materials/Material_56.mat'
91
+
```
92
+
93
+
The step to re-open the project in Unity resolves the issue.
94
+
65
95
### What's new in 2.1.0
66
96
97
+
**NuGet package distribution**
98
+
99
+
MRTK 2.1.0 now ships packages on nuget.org. The following steps can be used to import the desired packages.
100
+
101
+
1. Install [NuGet for Unity](https://github.com/GlitchEnzo/NuGetForUnity/releases)
102
+
1. Select **NuGet > Manage NuGet Packages**
103
+
1. In the search field, enter "MixedReality.Toolkit"
MRTK has added experimental support for dwell interactions. Dwell interactions enable applications to respond to a user focusing their gaze or motion controller on an interactable object for a predefined period of time.
0 commit comments