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

Commit 8d1e295

Browse files
authored
Merge pull request #22 from DolbyIO/20-welcomewindow-does-not-contain-a-definition-for-initialize-windows-10-unity-v2021316f1
Fixed wrong merge for WelcomeWindow
2 parents f6178df + fd44b41 commit 8d1e295

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)