Skip to content
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
@oboka

Description

@oboka

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

  1. User1 create a new script
  2. User1 commit and push to the server
  3. User2 pull
  4. the new script is not shown nor compiled
  5. 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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions