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 45b9ae9 commit 5fa0769Copy full SHA for 5fa0769
1 file changed
cli/dispatcher/internal/dispatcher/launch.go
@@ -441,7 +441,6 @@ func unityExecutableCandidates(version string) []string {
441
return []string{}
442
}
443
444
-
445
func windowsUnityExecutableCandidates(version string) []string {
446
candidates := []string{}
447
for _, base := range []string{
@@ -457,7 +456,6 @@ func windowsUnityExecutableCandidates(version string) []string {
457
456
458
return candidates
459
460
461
func readUnityEditorVersion(projectRoot string) (string, error) {
462
content, err := os.ReadFile(filepath.Join(projectRoot, projectVersionFilePath))
463
if err != nil {
0 commit comments