Skip to content

Commit 7209d59

Browse files
authored
Merge pull request #36 from CandyCoded/hotfix/branch-switching
[hotfix] Fixed issue where assets were not refreshed when switching branches.
2 parents f5429a8 + b39ea2b commit 7209d59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/GitStatusPanel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ private void OnGUI()
8585

8686
});
8787

88+
EditorApplication.ExecuteMenuItem("Assets/Refresh");
89+
8890
}
8991

9092
}

0 commit comments

Comments
 (0)