Project Syncer
Simple Project sync using git inside unity! Fetch, Pull, Commit & Push directly from the Editor window. Includes history view and scene reload on pull.
by Spiritgoal
Price History +
The Project Syncer Tool integrates fundamental Git operations directly into the Unity Editor environment. Its primary goal is to streamline the version control workflow for developers by providing quick access to common commands like fetch, pull, commit, and push, along with visibility into the status of project files (staged, unstaged, conflicted, untracked) and the repository's relationship with its remote counterpart (ahead/behind status). It aims to reduce context switching and provide immediate feedback on Git operations within the familiar Unity interface.