Skip to content

Commit 385952c

Browse files
committed
v0.4.0 commit
0 parents  commit 385952c

File tree

778 files changed

+113394
-0
lines changed

Some content is hidden

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

778 files changed

+113394
-0
lines changed

CODE_OF_CONDUCT.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Microsoft Open Source Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
5+
Resources:
6+
7+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9+
- Contact [[email protected]](mailto:[email protected]) with questions or concerns

GraphicsToolsUnityProject/.gitignore

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
#
3+
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4+
#
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Uu]ser[Ss]ettings/
12+
13+
# MemoryCaptures can get excessive in size.
14+
# They also could contain extremely sensitive data
15+
/[Mm]emoryCaptures/
16+
17+
# Asset meta data should only be ignored when the corresponding asset is also ignored
18+
!/[Aa]ssets/**/*.meta
19+
20+
# Uncomment this line if you wish to ignore the asset store tools plugin
21+
# /[Aa]ssets/AssetStoreTools*
22+
23+
# Autogenerated Jetbrains Rider plugin
24+
/[Aa]ssets/Plugins/Editor/JetBrains*
25+
26+
# Visual Studio cache directory
27+
.vs/
28+
29+
# Gradle cache directory
30+
.gradle/
31+
32+
# Autogenerated VS/MD/Consulo solution and project files
33+
ExportedObj/
34+
.consulo/
35+
*.csproj
36+
*.unityproj
37+
*.sln
38+
*.suo
39+
*.tmp
40+
*.user
41+
*.userprefs
42+
*.pidb
43+
*.booproj
44+
*.svd
45+
*.pdb
46+
*.mdb
47+
*.opendb
48+
*.VC.db
49+
*.vsconfig
50+
*.pfx
51+
52+
# Unity3D generated meta files
53+
*.pidb.meta
54+
*.pdb.meta
55+
*.mdb.meta
56+
*.pfx.meta
57+
58+
# Unity3D generated file on crash reports
59+
sysinfo.txt
60+
61+
# Builds
62+
*.apk
63+
*.aab
64+
*.unitypackage
65+
66+
# Crashlytics generated file
67+
crashlytics-build.properties
68+
69+
# Packed Addressables
70+
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
71+
72+
# Temporary auto-generated Android Assets
73+
/[Aa]ssets/[Ss]treamingAssets/aa.meta
74+
/[Aa]ssets/[Ss]treamingAssets/aa/*
75+
76+
# Project specific assets
77+
Assets/TextMesh Pro*
78+
Assets/Samples.meta

GraphicsToolsUnityProject/Assets.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Instructions
2+
3+
MRTK Graphics Tools assets exist in the `MRGT` folder at the root of this repository.

GraphicsToolsUnityProject/Assets/README.md.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: 2ec995e51a6e251468d2a3fd8a686257, type: 3}
13+
m_Name: UniversalRenderPipelineGlobalSettings
14+
m_EditorClassIdentifier:
15+
k_AssetVersion: 2
16+
lightLayerName0: Light Layer default
17+
lightLayerName1: Light Layer 1
18+
lightLayerName2: Light Layer 2
19+
lightLayerName3: Light Layer 3
20+
lightLayerName4: Light Layer 4
21+
lightLayerName5: Light Layer 5
22+
lightLayerName6: Light Layer 6
23+
lightLayerName7: Light Layer 7
24+
m_StripDebugVariants: 1
25+
m_StripUnusedPostProcessingVariants: 0
26+
m_StripUnusedVariants: 1
27+
supportRuntimeDebugDisplay: 0

GraphicsToolsUnityProject/Assets/UniversalRenderPipelineGlobalSettings.asset.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GraphicsToolsUnityProject/Assets/XR.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GraphicsToolsUnityProject/Assets/XR/Loaders.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: 03bc68f14d65e7747a59d5ff74bd199b, type: 3}
13+
m_Name: Oculus Loader
14+
m_EditorClassIdentifier:

GraphicsToolsUnityProject/Assets/XR/Loaders/Oculus Loader.asset.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GraphicsToolsUnityProject/Assets/XR/Settings.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: c353a8f1e58cf884584123914fe63cd5, type: 3}
13+
m_Name: Oculus Settings
14+
m_EditorClassIdentifier:
15+
m_StereoRenderingModeDesktop: 1
16+
m_StereoRenderingModeAndroid: 2
17+
SharedDepthBuffer: 1
18+
DashSupport: 1
19+
V2Signing: 1
20+
LowOverheadMode: 1
21+
ProtectedContext: 0
22+
FocusAware: 1
23+
OptimizeBufferDiscards: 1
24+
PhaseSync: 1
25+
SubsampledLayout: 0
26+
TargetQuest: 1
27+
TargetQuest2: 1
28+
SystemSplashScreen: {fileID: 0}

GraphicsToolsUnityProject/Assets/XR/Settings/Oculus Settings.asset.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &-6740943808848709575
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3}
13+
m_Name: Standalone Settings
14+
m_EditorClassIdentifier:
15+
m_LoaderManagerInstance: {fileID: -5195018681571935859}
16+
m_InitManagerOnStart: 1
17+
--- !u!114 &-5195018681571935859
18+
MonoBehaviour:
19+
m_ObjectHideFlags: 0
20+
m_CorrespondingSourceObject: {fileID: 0}
21+
m_PrefabInstance: {fileID: 0}
22+
m_PrefabAsset: {fileID: 0}
23+
m_GameObject: {fileID: 0}
24+
m_Enabled: 1
25+
m_EditorHideFlags: 0
26+
m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3}
27+
m_Name: Standalone Providers
28+
m_EditorClassIdentifier:
29+
m_RequiresSettingsUpdate: 0
30+
m_AutomaticLoading: 0
31+
m_AutomaticRunning: 0
32+
m_Loaders: []
33+
--- !u!114 &-3783253720295692956
34+
MonoBehaviour:
35+
m_ObjectHideFlags: 0
36+
m_CorrespondingSourceObject: {fileID: 0}
37+
m_PrefabInstance: {fileID: 0}
38+
m_PrefabAsset: {fileID: 0}
39+
m_GameObject: {fileID: 0}
40+
m_Enabled: 1
41+
m_EditorHideFlags: 0
42+
m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3}
43+
m_Name: Android Providers
44+
m_EditorClassIdentifier:
45+
m_RequiresSettingsUpdate: 0
46+
m_AutomaticLoading: 0
47+
m_AutomaticRunning: 0
48+
m_Loaders:
49+
- {fileID: 11400000, guid: 38ba221fd6ee51f49b2dd6210ca99ddb, type: 2}
50+
--- !u!114 &-2198862778198332191
51+
MonoBehaviour:
52+
m_ObjectHideFlags: 0
53+
m_CorrespondingSourceObject: {fileID: 0}
54+
m_PrefabInstance: {fileID: 0}
55+
m_PrefabAsset: {fileID: 0}
56+
m_GameObject: {fileID: 0}
57+
m_Enabled: 1
58+
m_EditorHideFlags: 0
59+
m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3}
60+
m_Name: Android Settings
61+
m_EditorClassIdentifier:
62+
m_LoaderManagerInstance: {fileID: -3783253720295692956}
63+
m_InitManagerOnStart: 1
64+
--- !u!114 &11400000
65+
MonoBehaviour:
66+
m_ObjectHideFlags: 0
67+
m_CorrespondingSourceObject: {fileID: 0}
68+
m_PrefabInstance: {fileID: 0}
69+
m_PrefabAsset: {fileID: 0}
70+
m_GameObject: {fileID: 0}
71+
m_Enabled: 1
72+
m_EditorHideFlags: 0
73+
m_Script: {fileID: 11500000, guid: d2dc886499c26824283350fa532d087d, type: 3}
74+
m_Name: XRGeneralSettings
75+
m_EditorClassIdentifier:
76+
Keys: 0700000001000000
77+
Values:
78+
- {fileID: -2198862778198332191}
79+
- {fileID: -6740943808848709575}

GraphicsToolsUnityProject/Assets/XR/XRGeneralSettings.asset.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-warnaserror+

GraphicsToolsUnityProject/Assets/csc.rsp.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"dependencies": {
3+
"com.microsoft.mrtk.graphicstools.unity": "file:../../com.microsoft.mrtk.graphicstools.unity",
4+
"com.unity.ide.visualstudio": "2.0.15",
5+
"com.unity.ide.vscode": "1.2.5",
6+
"com.unity.inputsystem": "1.3.0",
7+
"com.unity.render-pipelines.universal": "12.1.6",
8+
"com.unity.textmeshpro": "3.0.6",
9+
"com.unity.ugui": "1.0.0",
10+
"com.unity.xr.management": "4.2.1",
11+
"com.unity.xr.oculus": "3.0.1",
12+
"com.unity.modules.ai": "1.0.0",
13+
"com.unity.modules.androidjni": "1.0.0",
14+
"com.unity.modules.animation": "1.0.0",
15+
"com.unity.modules.assetbundle": "1.0.0",
16+
"com.unity.modules.audio": "1.0.0",
17+
"com.unity.modules.cloth": "1.0.0",
18+
"com.unity.modules.director": "1.0.0",
19+
"com.unity.modules.imageconversion": "1.0.0",
20+
"com.unity.modules.imgui": "1.0.0",
21+
"com.unity.modules.jsonserialize": "1.0.0",
22+
"com.unity.modules.particlesystem": "1.0.0",
23+
"com.unity.modules.physics": "1.0.0",
24+
"com.unity.modules.physics2d": "1.0.0",
25+
"com.unity.modules.screencapture": "1.0.0",
26+
"com.unity.modules.terrain": "1.0.0",
27+
"com.unity.modules.terrainphysics": "1.0.0",
28+
"com.unity.modules.tilemap": "1.0.0",
29+
"com.unity.modules.ui": "1.0.0",
30+
"com.unity.modules.uielements": "1.0.0",
31+
"com.unity.modules.umbra": "1.0.0",
32+
"com.unity.modules.unityanalytics": "1.0.0",
33+
"com.unity.modules.unitywebrequest": "1.0.0",
34+
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
35+
"com.unity.modules.unitywebrequestaudio": "1.0.0",
36+
"com.unity.modules.unitywebrequesttexture": "1.0.0",
37+
"com.unity.modules.unitywebrequestwww": "1.0.0",
38+
"com.unity.modules.vehicles": "1.0.0",
39+
"com.unity.modules.video": "1.0.0",
40+
"com.unity.modules.vr": "1.0.0",
41+
"com.unity.modules.wind": "1.0.0",
42+
"com.unity.modules.xr": "1.0.0"
43+
}
44+
}

0 commit comments

Comments
 (0)