Skip to content

Commit eca773f

Browse files
committed
Fixes for wsa build
1 parent 3bddb58 commit eca773f

File tree

5 files changed

+95
-103
lines changed

5 files changed

+95
-103
lines changed

Build/python/mtm/util/UnityHelper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Platforms:
2525
OsX = 'osx'
2626
Linux = 'linux'
2727
Ios = 'ios'
28-
WindowsStoreApp = 'wsa'
28+
WindowsStoreApp = 'WindowsStoreApps'
2929
All = [Windows, WebPlayer, Android, WebGl, OsX, Linux, Ios, WindowsStoreApp]
3030

3131
class UnityReturnedErrorCodeException(Exception):
@@ -92,7 +92,7 @@ def _getBuildTargetArg(self, platform):
9292
return 'ios'
9393

9494
if platform == Platforms.WindowsStoreApp:
95-
return 'wsa'
95+
return 'WindowsStoreApps'
9696

9797
assertThat(False, "Unhandled platform {0}".format(platform))
9898

UnityProject/ProjectSettings/GraphicsSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ GraphicsSettings:
3737
- {fileID: 10782, guid: 0000000000000000f000000000000000, type: 0}
3838
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
3939
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
40+
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
4041
m_PreloadedShaders: []
4142
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
4243
type: 0}

0 commit comments

Comments
 (0)