Skip to content

BoxOfClicks/UnityGitCommitChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Ever created a new Prefab, dropped it in a scene, pushed the change to the scene forgetting to also add the new prefab & meta?

This editor script is designed to catch the cases where files/assets referenced by your currently staged files haven't yet been tracked by Git. If no files are staged it also checks the previous commit didn't miss some files. The script runs whenever the editor newly gains focus - might be heavy on large projects - relatively untested.

Please take and customise if useful.

image

About

Editor script to detect when a user has missed staging a dependency that the staged files depend on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages