Releases: NibbleByte/UnityWiseGit
Releases · NibbleByte/UnityWiseGit
WiseGit v1.0.6
- Status Database now checks the root of the project for file statuses, instead of checking "Assets" and "Packages" separately. This reduces the load on the server and should make status refresh faster.
WiseGit v1.0.5
- Adding AssetDatabase.Refresh() after "Pull All" and similar context menus.
- Fixed issues with adding parent folders - used the backslash \ instead of the forward / one.
- Don't do move if destination file already exists.
- Better handling of paths outside the working Unity folder.
WiseGit v1.0.4
- Fixed ".git/index.lock" errors on rebaking scene lighting by retrying git operations several times when needed.
- Fixing: not re-adding .exr file during scene light baking process.
- Fix database AutoRefresh() doing endless requests if interval is too short or operations are too slow.
WiseGit v1.0.3
- Fixed #1 - overlay icons and locks didn't work if project folder is not the same as the git repository root folder.
- Don't monitor file operations while building player or in batch mode.
- Fixes issues with folders with similar names.
- Error messages improvements
WiseGit v1.0.2
- Adding git submodules support.
WiseGit v1.0.1
- Fixed crash when editor quits while the status database is deserializing json on the background thread.
- Optimization on assembly reloads.
WiseGit v1.0.0
- Initial release.