We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aeaee commit 7f820c8Copy full SHA for 7f820c8
UnitySetup/UnitySetup.psm1
@@ -1,5 +1,7 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
+Import-Module powershell-yaml -Force -ErrorAction Stop
4
+
5
class UnitySetupInstaller
6
{
7
[UnitySetupComponentType] $ComponentType
UnitySetup/UnitySetupInit.ps1
@@ -16,6 +16,4 @@
16
WebGL = (1 -shl 13)
17
Windows_IL2CPP = (1 -shl 14)
18
All = (-1)
19
-}
20
-
21
-Import-Module powershell-yaml -Force -ErrorAction Stop
+}
0 commit comments