We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89b5ba commit d26264eCopy full SHA for d26264e
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