Skip to content

A 3rd Person Shooter game with pickups, power ups and not much more!

License

Notifications You must be signed in to change notification settings

Shivaansh/Shooting-Star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shooting-Star

UnityYAMLMerge

If you're using Git on your Mac to merge branches, add the following to the end of your local .git/config:

[merge]
  tool = unityyamlmerge

[mergetool "unityyamlmerge"]
  trustExitCode = false
  cmd = '/Applications/Unity/Unity.app/Contents/Tools/UnityYAMLMerge' merge -p "$BASE" "$REMOTE" "$LOCAL" "$MERGED"

To use the tool, do

git merge [branch-name]

If there's any conflict, do

git mergetool

Hopefully UnityYAMLMerge will help you resolve the conflicts in .unity files.

If you're not using Git on a Mac, please refer to https://docs.unity3d.com/Manual/SmartMerge.html.

About

A 3rd Person Shooter game with pickups, power ups and not much more!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published