7 Wolves / Articles

Unity Workflow Guides

Unity version control, asset review, and merge guides

Practical guides for Git, Unity Version Control, Perforce, scenes, prefabs, materials, semantic diff, merge conflicts, team collaboration, and CI. Start with the workflow you need, then follow the linked implementation and troubleshooting guides.

Unity Version Control

Unity Version Control workflows

Changesets, scene and prefab review, conflict resolution, and role-specific UVCS guidance.

5 guides
Integration · 8 min read

MergeSight for Unity Version Control

Use MergeSight with Unity Version Control to review changesets, inspect Unity asset changes semantically, and resolve 3-way scene or prefab conflicts.

Git Setup

Git setup for Unity teams

Repository boundaries, attributes, LFS, locking, Smart Merge, and a reproducible team workflow.

6 guides
July 29, 2026 · 8 min read

Unity Git LFS: Which Assets Should Use It?

Choose which Unity assets belong in Git LFS, which should stay in normal Git, and how to avoid hiding scene, prefab, material, and meta file diffs.

Review and History

Semantic diff and pull-request review

Compare branches, commits, changesets, scenes, prefabs, materials, and ScriptableObjects with Unity context.

6 guides
July 29, 2026 · 8 min read

How to Review Unity Prefab Changes in Git

Review Unity prefab changes in Git by separating hierarchy, components, nested prefab links, overrides, GUIDs, fileIDs, and reference changes.

Team Collaboration

Scene ownership and parallel work

Choose locks or merge, split levels into additive scenes, and use prefabs as collaboration boundaries.

4 guides

Troubleshooting

Unity merge errors and recovery

Fix conflict markers, UnityYAMLMerge errors, broken assets, scene conflicts, prefab conflicts, and references.

6 guides
July 29, 2026 · 10 min read

Unity Scene or Prefab Won't Open After a Git Merge

Recover a Unity scene or prefab that will not open after Git merge by checking markers, serialization, Unity versions, YAML structure, scripts, references, and backups.

VCS and Tool Selection

Choose the right Unity version-control workflow

Neutral comparisons across Git, Perforce, Unity Version Control, UnityYAMLMerge, and semantic review.

4 guides
July 29, 2026 · 10 min read

Git vs Perforce for Unity Teams

Compare Git and Perforce for Unity teams across branching, large binary assets, exclusive checkout, workspaces, code review, CI, administration, and scene merges.

June 7, 2026 · 8 min read

UnityYAMLMerge vs MergeSight

Compare Unity Smart Merge and MergeSight for semantic review, 3-way asset conflicts, validation, and CI automation.

CI and Automation

Validate Unity assets before merge

GitHub Actions, marker guards, missing scripts, broken references, semantic reports, and merge checks.

5 guides

Unity YAML Fundamentals

Serialization, prefabs, and references

The underlying Unity YAML, GUID, fileID, nested prefab, and override concepts behind every workflow.

3 guides