Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit fd44b41

Browse files
committed
Fixed wrong merge for WelcomeWindow
1 parent f6178df commit fd44b41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Editor/WelcomeWindow.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ private static void InitializeOnLoad()
3838
}
3939
}
4040

41+
public static void Initialize()
42+
{
43+
GetWindow<WelcomeWindow>("Welcome!");
44+
}
45+
4146
void OnEnable()
4247
{
4348
_logoTex = (Texture2D) AssetDatabase.LoadAssetAtPath("Packages/dolbyio.comms.unity/Editor/Resources/dolby.io-logo.png", typeof(Texture2D));

0 commit comments

Comments
 (0)