GitMerge-for-Unity icon indicating copy to clipboard operation
GitMerge-for-Unity copied to clipboard

Unity plugin for merging sceneand prefabs files when using git.

Results 22 GitMerge-for-Unity issues
Sort by recently updated
recently updated
newest added

* Update the skin to better work with personal skin and custom editor colors. * Try to use default editor styles. * Improve the layout. * Mainly implement a flexible...

enhancement

Investigate what needs to be done to properly support those new concepts, then implement that.

When I try to merge a scene, I get a bunch of errors that look like the following: ``` Can't destroy Transform component of 'polySurface10'. If you want to destroy...

bug

Update the github.io pages to reflect recent changes. * There's no need for that `.gitattributes` config anymore. * There's no need for binary serialization mode in the editor anymore.

After merging and conflicts are set I click the button "Start merging the scene" and get this error: IOException: Assets/ContentPlayerFiles/my scenes/StarterLoader--OURS.unity already exists System.IO.File.Copy (System.String sourceFileName, System.String destFileName, Boolean overwrite)...

bug

when you start merging - opening new scene (also on merge prefab), but when you change scene before finish merge (fix or abort) and then click 'abort merge' or smth....

bug

Invalid view child name when object (or them childs) have long path: ![3 1](https://cloud.githubusercontent.com/assets/11304001/6475553/3aea8782-c214-11e4-8247-6d8377b2afda.png)

bug

when added prefab to merge with some components ![1](https://cloud.githubusercontent.com/assets/11304001/6475317/52cb7698-c211-11e4-961d-c23e373f78d9.png) throw this: ![2](https://cloud.githubusercontent.com/assets/11304001/6475316/52cb712a-c211-11e4-8ecc-c76dbab9897d.png) many times (~226): Actor::updateMassFromShapes: Compute mesh inertia tensor failed for one of the actor's mesh shapes! Please change...

bug

Also: Merging a GameObject that has been deleted on one of the branches. "A added a Component, B deleted the whole GameObject." GameObjects probably need to be displayed in a...