Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit 4a243b9

Browse files
committed
add msgbox in case of rare settings error
1 parent 953ecf7 commit 4a243b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: UnityLauncher/Form1.cs

+2
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ string[] GetUnityInstallationsRootFolder()
507507
}
508508
catch (Exception e)
509509
{
510+
MessageBox.Show("Rare Error while checking unity installation folder settings: " + e.Message, "UnityLauncher", MessageBoxButtons.OK);
511+
510512
// this doesnt work?
511513
Properties.Settings.Default.Reset();
512514
Properties.Settings.Default.Save();

0 commit comments

Comments
 (0)