Skip to content

Commit e74c17c

Browse files
committed
Fixed issue where assets were not refreshed when switching branches.
1 parent 90fa718 commit e74c17c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)