Skip to content

Commit ddfeb55

Browse files
Merge remote-tracking branch 'public/feature/ux_refactor' into user/bethalha/fixes_for_merge_to_dev
2 parents fdd965d + 0c3cbcc commit ddfeb55

File tree

406 files changed

+40961
-2913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

406 files changed

+40961
-2913
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ A clear and concise description of what you expected to happen.
2828

2929
If applicable, add screenshots to help explain your problem.
3030

31-
## Your Setup (please complete the following information)
31+
## Your setup (please complete the following information)
3232

3333
- Unity Version [e.g. 2018.3.11f1]
3434
- MRTK Version [e.g. v2.0]
3535

36-
## Target Platform (please complete the following information)
36+
## Target platform (please complete the following information)
3737

3838
- HoloLens
3939
- HoloLens 2

.github/ISSUE_TEMPLATE/documentation-issue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ assignees: ''
77

88
---
99

10-
## Describe the Issue
10+
## Describe the issue
1111
A clear and concise what the issue
1212

13-
## Feature Area
13+
## Feature area
1414
What's incorrect? What's missing?
1515

16-
## Existing Doc Link
17-
If this is about something in an existing document, please provide link
16+
## Existing doc link
17+
If this is about something in an existing document, please provide link
1818

1919
## Additional context
2020
Add any other context about the problem here.

.github/issue_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Overview
22

3-
## Expected Behavior
3+
## Expected behavior
44

5-
## Actual Behavior
5+
## Actual behavior
66

77
## Steps to reproduce
88
_(Links to sample github project preferred)_
99

10-
## Unity Editor Version
10+
## Unity editor version
1111

12-
## Mixed Reality Toolkit Release Version
12+
## Mixed Reality Toolkit release version

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,13 @@ obj/
5959
# Project Specific List #
6060
# ===================== #
6161
artifacts/
62-
Assets/ThirdParty/
63-
Assets/ThirdParty.meta
64-
Assets/TextMesh Pro.meta
65-
Assets/TextMesh Pro/
62+
Assets/ThirdParty*
63+
Assets/TextMesh Pro*
6664
--Version/
6765
Assets/StreamingAssets/GltfModels/
6866
Assets/StreamingAssets/GltfModels.meta
6967
Assets/StreamingAssets.meta
70-
Assets/MixedRealityToolkit.Generated/*
68+
Assets/MixedRealityToolkit.Generated*
7169

7270
/mrtk_log_mostRecentET.csv
7371

Assets/MixedReality.Toolkit.Foundation.nuspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@
55
<version>$version$</version>
66
<authors>Microsoft</authors>
77
<owners>Microsoft,MixedReality</owners>
8-
<licenseUrl>https://github.com/Microsoft/MixedRealityToolkit-Unity/blob/mrtk_release/License.txt</licenseUrl>
9-
<projectUrl>https://github.com/Microsoft/MixedRealityToolkit-Unity</projectUrl>
8+
<licenseUrl>https://github.com/Microsoft/MixedRealityToolkit-Unity/blob/mrtk_development/License.txt</licenseUrl>
9+
<projectUrl>https://aka.ms/MRTK</projectUrl>
10+
<iconUrl>https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Images/MRTK_Logo_NuGet.png</iconUrl>
1011
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1112
<description>The Mixed Reality Toolkit is a collection of scripts and components intended to accelerate development of applications targeting Microsoft HoloLens and Windows Mixed Reality headsets.</description>
1213
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1314
<releaseNotes>$releaseNotes$</releaseNotes>
14-
<tags>Unity MixedReality</tags>
15+
<tags>Unity MixedReality MixedRealityToolkit MRTK</tags>
1516
<dependencies>
16-
<dependency id="Microsoft.Windows.MixedReality.DotNetWinRT" version="0.5.1034" />
17+
<dependency id="Microsoft.Windows.MixedReality.DotNetWinRT" version="0.5.1037" />
1718
</dependencies>
1819
<contentFiles>
1920
<files include="any\any\.PkgSrc\**" buildAction="None" copyToOutput="false" />
2021
</contentFiles>
2122
</metadata>
2223
<files>
2324
<file src="MixedRealityToolkit\**" exclude="*.nuspec;*.nuspec.meta;*.props;*.props.meta;*.targets;*.targets.meta;MixedRealityToolkit\toc.yml*" target="MRTK\" />
24-
<file src="MixedRealityToolkit.Providers\**" exclude="*.nuspec;*.nuspec.meta;*.props;*.props.meta;*.targets;*.targets.meta;MixedRealityToolkit.Providers\License.txt*;MixedRealityToolkit.Providers\Version.txt*" target="MRTK\" />
25+
<file src="MixedRealityToolkit.Providers\**" exclude="*.nuspec;*.nuspec.meta;*.props;*.props.meta;*.targets;*.targets.meta;MixedRealityToolkit.Providers\License.txt*;MixedRealityToolkit.Providers\Version.txt*;MixedRealityToolkit.Providers\WindowsMixedReality\DotNetAdapter*;MixedRealityToolkit.Providers\WindowsMixedReality\DotNetAdapter\**\*.*" target="MRTK\" />
2526
<file src="MixedRealityToolkit.SDK\**" exclude="*.nuspec;*.nuspec.meta;*.props;*.props.meta;*.targets;*.targets.meta;MixedRealityToolkit.SDK\License.txt*;MixedRealityToolkit.SDK\Version.txt*;MixedRealityToolkit.SDK\toc.yml*;MixedRealityToolkit.SDK\StandardAssets.meta;MixedRealityToolkit.SDK\StandardAssets\Fonts.meta;MixedRealityToolkit.SDK\StandardAssets\Materials.meta;MixedRealityToolkit.SDK\StandardAssets\Shaders.meta;MixedRealityToolkit.SDK\StandardAssets\Textures.meta" target="MRTK\" />
2627
<file src="MixedRealityToolkit.Services\**" exclude="*.nuspec;*.nuspec.meta;*.props;*.props.meta;*.targets;*.targets.meta;MixedRealityToolkit.Services\License.txt*;MixedRealityToolkit.Services\Version.txt*" target="MRTK\" />
2728

Assets/MixedRealityToolkit.Examples/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
using System.Reflection;
55

6-
[assembly: AssemblyVersion("2.2.0.0")]
7-
[assembly: AssemblyFileVersion("2.2.0.0")]
6+
[assembly: AssemblyVersion("2.3.0.0")]
7+
[assembly: AssemblyFileVersion("2.3.0.0")]
88

99
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Examples")]
1010
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

Assets/MixedRealityToolkit.Examples/Demos/Boundary/Scenes/BoundaryVisualization.unity

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ MonoBehaviour:
256256
m_OnCullStateChanged:
257257
m_PersistentCalls:
258258
m_Calls: []
259-
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
260-
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
261259
m_FontData:
262260
m_Font: {fileID: 12800000, guid: e869342c56e54acf989b2422b4b80dcc, type: 3}
263261
m_FontSize: 40
@@ -540,8 +538,6 @@ MonoBehaviour:
540538
m_OnCullStateChanged:
541539
m_PersistentCalls:
542540
m_Calls: []
543-
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
544-
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
545541
m_FontData:
546542
m_Font: {fileID: 12800000, guid: e869342c56e54acf989b2422b4b80dcc, type: 3}
547543
m_FontSize: 40
@@ -698,8 +694,6 @@ MonoBehaviour:
698694
m_OnCullStateChanged:
699695
m_PersistentCalls:
700696
m_Calls: []
701-
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
702-
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
703697
m_FontData:
704698
m_Font: {fileID: 12800000, guid: e869342c56e54acf989b2422b4b80dcc, type: 3}
705699
m_FontSize: 40

Assets/MixedRealityToolkit.Examples/Demos/EyeTracking/Scenes/EyeTrackingDemo-03-Navigation.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10209,7 +10209,7 @@ MonoBehaviour:
1020910209
m_OnCullStateChanged:
1021010210
m_PersistentCalls:
1021110211
m_Calls: []
10212-
m_text: " ***\n<size=2.9><color=#78A2C8>https://www.microsoft.com/en-us/hololens/</color></size>\nThe
10212+
m_text: " ***\n<size=2.9><color=#78A2C8>https://www.microsoft.com/hololens/</color></size>\nThe
1021310213
<b>HoloLens</b> is a head-mounted display unit connected to an adjustable, cushioned
1021410214
inner headband, which can tilt HoloLens up and down, as well as forward and backward.
1021510215
To wear the unit, the user fits the HoloLens on their head, using an adjustment

Assets/MixedRealityToolkit.Examples/Demos/Gltf/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
using System.Reflection;
55

6-
[assembly: AssemblyVersion("2.2.0.0")]
7-
[assembly: AssemblyFileVersion("2.2.0.0")]
6+
[assembly: AssemblyVersion("2.3.0.0")]
7+
[assembly: AssemblyFileVersion("2.3.0.0")]
88

99
[assembly: AssemblyProduct("Microsoft® Mixed Reality Toolkit Examples")]
1010
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

Assets/MixedRealityToolkit.Examples/Demos/Gltf/Models/Avocado/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![screenshot](../../../../../../Documentation/Images/gltf/avocado_screenshot.jpg)
66

7-
## License Information
7+
## License information
88

99
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
1010
To the extent possible under law, Microsoft has waived all copyright and related or neighboring rights to this asset.

0 commit comments

Comments
 (0)