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
+30-1
Original file line number
Diff line number
Diff line change
@@ -167,9 +167,23 @@ We are hoping to eventually deprecate ManipulationHandler and BoundingBox in fav
167
167
168
168
There is no longer the separate UnityAR package for Android and iOS support. The contents have been moved to the Foundation package.
169
169
170
-
171
170
### Known issues in 2.3.0
172
171
172
+
**Unity 2019.3 infinite loop when switching build target**
173
+
174
+
There is a known issue ([#7299](https://github.com/microsoft/MixedRealityToolkit-Unity/issues/7299)) with switching build targets after entering and exiting play mode in Unity 2019.3.
175
+
176
+
If this issue is encountered, please:
177
+
178
+
- Terminate the process
179
+
- Restart Unity and load the project
180
+
- Do not enter / edit play mode
181
+
- Change the build target
182
+
183
+
**NuGet packages are not supported with Unity 2019**
184
+
185
+
The current MRTK packages distributed via NuGet.org are precompiled with Unity 2018.4 and are not intended for use with Unity 2019. A future release of MRTK will provide Unity 2019 supported NuGet packages.
186
+
173
187
**CS0579: Duplicate 'AssemblyVersion' attribute**
174
188
175
189
After enabling MSBuild for Unity, if Player Settings > Other Settings > API Compatibility Level is changed, Unity may report a large number of errors in project script files. Notably, there will be one or more CS0579 errors stating that there is a duplicate AssemblyVersion attribute.
**NU1101: Unable to find package MSBuildForUnity**
208
+
209
+
When using NuGet for Unity, applying MRTK configuration settings after switching the platform to UWP may generate an NU1101 error. This is due to an issue with MSBuild for Unity, where it is not correctly adding its package source.
210
+
211
+
To resolve this error:
212
+
213
+
- Open **Editor** > **Preferences**
214
+
- Navigate to **NuGet for Unity**
215
+
- Click **Add New Source**
216
+
- Replace **New Source** with **MSBuild for Unity**
217
+
- Replace **source_path** with **https://pkgs.dev.azure.com/UnityDeveloperTools/MSBuildForUnity/_packaging/UnityDeveloperTools/nuget/v3/index.json**
218
+
- Click **Save**, at the bottom of the window
219
+
- In the Project window expand **Assets** and select **<projectname>.Dependencies.msb4u**
220
+
- In the Inspector window, click **Rebuild**
221
+
193
222
**MRTK Configurator dialog does not show 'Enable MSBuild for Unity' in Unity 2019.3**
194
223
195
224
An issue exists where enabling MSBuild for Unity in 2019.3 may result in an infinite loop restoring packages ([#7239](https://github.com/microsoft/MixedRealityToolkit-Unity/issues/7239)).
0 commit comments