Skip to content

Commit

Permalink
fix: Reload display on compilation or close/open unity
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLLspectre committed Mar 4, 2024
1 parent 1946087 commit b545730
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/Editor/Images/Images.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ private void OnGUI()
ImagesUI.OnGUI(this.position);
}

private void OnEnable()
{
ShowWindow();
}

private void OnDestroy()
{
ImagesUI.OnClose();
Expand Down

0 comments on commit b545730

Please sign in to comment.