This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Unity database not refreshed after Pull #907
Closed
Description
Description
After pulling some commits from remote server the unity database is not refreshed, so new files don't show in the editor until you change focus out and back to unity again.
Steps to Reproduce
- User1 create a new script
- User1 commit and push to the server
- User2 pull
- the new script is not shown nor compiled
- alt+tab, alt+tab and then the new script is incorporated to the assets DB.
Expected behavior:
After pulling new code, it should be shown in the editor authomatically.
Actual behavior:
New files are not shown.
Reproduces how often:
Always
Additional Information
Just calling:
AssetDatabase.Refresh();
After updating the files is enough.