Skip to content

Commit

Permalink
apply MRTK project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tarukosu committed Dec 26, 2019
1 parent dd268ae commit 2702445
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 8 deletions.
19 changes: 19 additions & 0 deletions MSBuildForUnity.Common.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project>
<PropertyGroup>
<MSBuildForUnityVersion>0.8.3</MSBuildForUnityVersion>

<MSBuildForUnityGeneratedOutputDirectory>D:\work\1.Tools\MRTKExtensionForOculusQuest\MSBuild\Projects</MSBuildForUnityGeneratedOutputDirectory>
<UnityProjectAssetsPath>D:\work\1.Tools\MRTKExtensionForOculusQuest\Assets</UnityProjectAssetsPath>
<MSBuildForUnityDefaultOutputPath>$(UnityProjectAssetsPath)\Dependencies</MSBuildForUnityDefaultOutputPath>

<UnityCurrentPlatform>Android</UnityCurrentPlatform>
<UnityCurrentTargetFramework>netstandard2.0</UnityCurrentTargetFramework>

<UnityMajorVersion>2018</UnityMajorVersion>
<UnityMinorVersion>4</UnityMinorVersion>
</PropertyGroup>

<Target Name="_RemoveOutputDirectory" AfterTargets="Clean">
<RemoveDir Directories="$(OutputPath)" />
</Target>
</Project>
10 changes: 10 additions & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"scopedRegistries": [
{
"name": "MS Build for Unity",
"url": "https://pkgs.dev.azure.com/UnityDeveloperTools/MSBuildForUnity/_packaging/UnityDeveloperTools/npm/registry",
"scopes": [
"com.microsoft"
]
}
],
"dependencies": {
"com.microsoft.msbuildforunity": "0.8.3",
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
Expand Down
16 changes: 9 additions & 7 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PlayerSettings:
defaultScreenHeight: 768
defaultScreenWidthWeb: 960
defaultScreenHeightWeb: 600
m_StereoRenderingPath: 0
m_StereoRenderingPath: 2
m_ActiveColorSpace: 0
m_MTRendering: 1
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
Expand Down Expand Up @@ -160,7 +160,7 @@ PlayerSettings:
Standalone: com.oculus.UnitySample
buildNumber: {}
AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 23
AndroidMinSdkVersion: 24
AndroidTargetSdkVersion: 0
AndroidPreferredInstallLocation: 0
aotOptions:
Expand All @@ -175,7 +175,7 @@ PlayerSettings:
StripUnusedMeshComponents: 1
VertexChannelCompressionMask: 4054
iPhoneSdkVersion: 988
iOSTargetOSVersionString: 9.0
iOSTargetOSVersionString: 11.0
tvOSSdkVersion: 0
tvOSRequireExtendedGameController: 0
tvOSTargetOSVersionString: 9.0
Expand Down Expand Up @@ -400,7 +400,7 @@ PlayerSettings:
openGLRequireES31AEP: 0
m_TemplateCustomTags: {}
mobileMTRendering:
Android: 1
Android: 0
iPhone: 1
tvOS: 1
m_BuildTargetGroupLightmapEncodingQuality: []
Expand All @@ -411,7 +411,7 @@ PlayerSettings:
enableInternalProfiler: 0
logObjCUncaughtExceptions: 1
enableCrashReportAPI: 0
cameraUsageDescription:
cameraUsageDescription: Required for augmented reality support.
locationUsageDescription:
microphoneUsageDescription:
switchNetLibKey:
Expand Down Expand Up @@ -630,15 +630,17 @@ PlayerSettings:
webGLLinkerTarget: 1
webGLThreadsSupport: 0
scriptingDefineSymbols: {}
platformArchitecture: {}
platformArchitecture:
iOS: 1
scriptingBackend: {}
il2cppCompilerConfiguration: {}
managedStrippingLevel: {}
incrementalIl2cppBuild: {}
allowUnsafeCode: 0
additionalIl2CppArgs:
scriptingRuntimeVersion: 1
apiCompatibilityLevelPerPlatform: {}
apiCompatibilityLevelPerPlatform:
'': 6
m_RenderingPath: 1
m_MobileRenderingPath: 1
metroPackageName: Template_3D
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/TagManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TagManager:
-
-
-
-
- Spatial Awareness
m_SortingLayers:
- name: Default
uniqueID: 0
Expand Down

0 comments on commit 2702445

Please sign in to comment.