We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e89b5ba + d26264e commit 611f362Copy full SHA for 611f362
Assets/HoloToolkit/BuildAndDeploy/Editor/BuildDeployWindow.cs
@@ -99,11 +99,7 @@ private static bool ShouldOpenSLNBeEnabled
99
100
private static bool ShouldBuildSLNBeEnabled
101
{
102
- get
103
- {
104
- return !string.IsNullOrEmpty(BuildDeployPrefs.BuildDirectory) &&
105
- !string.IsNullOrEmpty(PlayerSettings.WSA.certificatePath);
106
- }
+ get { return !string.IsNullOrEmpty(BuildDeployPrefs.BuildDirectory); }
107
}
108
109
private static bool ShouldBuildAppxBeEnabled
0 commit comments