#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

Ay.Play

Please Note

This entry is from Friday May 15, 2026. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

Unlike traditional version control systems that work at the file level, SceneGit works at the GameObject and Component level, giving you granular control over scene state management. Whether you're experimenting with level design, iterating on gameplay, collaborating on shared scenes with teammates, or need a safety net before major changes, SceneGit has you covered.

What Makes SceneGit Different?

• Works entirely within Unity — no external tools required • Real-time change tracking with visual Hierarchy indicators (● MOD / ● NEW) • Three-way Semantic Merge for combining concurrent team scene edits • GitHub Actions CI pipeline and team readiness validator included • Comprehensive restore logging with full Unity Undo support • Supports all GameObject types including prefabs, UI, particles, and physics • Non-destructive workflow with automatic safety snapshots • Export / Import snapshots across projects and team members

Team Scene Merging (New in 2.0)

SceneGit now includes a dedicated Semantic Merge window:

  1. Agree on a shared Base snapshot before two people start editing.
  2. Person A works normally and keeps their scene as Mine.
  3. Person B shares an incoming snapshot as Theirs through Git or Export/Import.
  4. Open Tools → SceneGit → Semantic Merge, select the three snapshots, then click Analyze Merge.
  5. Non-overlapping additions (e.g., one teammate adds a car, another adds a van) coexist automatically.
  6. Conflicts are clearly reported when both sides change the same object, or one side deletes what the other modified.
  7. Save the merged snapshot or apply it directly to the current scene.

GitHub Team Integration (New in 2.0)

SceneGit ships with ready-to-use GitHub repository files for multi-person Unity projects:

• GitHub Actions workflow for pull request hygiene checks (text serialization, .meta coverage, conflict markers, snapshot JSON validity) • CI script that flags scene changes lacking a related SceneGit snapshot • Pull request template, CODEOWNERS starter, and contribution guide • In-editor Team Readiness Check (Tools → SceneGit → GitHub → Run Team Readiness Check) validates your local Git setup, Smart Merge config, LFS availability, SceneGit identifiers, and active-scene snapshots before you open a PR

X