Skip to content

Commit 2bb025a

Browse files
Remove setup .sln file validation check
1 parent 6da92a5 commit 2bb025a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Template/addons/SetupPlugin/Scripts/SetupRuntimeStateValidator.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ public bool TryValidate(out string failureReason)
3535
return false;
3636
}
3737

38-
if (!File.Exists(Path.Combine(_projectRoot, $"{TemplateProjectName}.sln")))
39-
{
40-
failureReason = $"{TemplateProjectName}.sln was not found.";
41-
return false;
42-
}
43-
4438
if (!Directory.Exists(_mainScenesRoot))
4539
{
4640
failureReason = $"Setup templates directory was not found: {_mainScenesRoot}";

0 commit comments

Comments
 (0)