FlaShG / GitMerge-for-Unity

Unity plugin for merging sceneand prefabs files when using git.
GNU General Public License v2.0
197 stars 27 forks source link

Simple Merge Children #43

Closed randomPoison closed 9 years ago

randomPoison commented 9 years ago

This isn't meant to be a final solution, and I don't expect it to be ready to be merged in any time soon. Rather it's a proof of concept demonstrating merging children property of serialized transforms and some of the difficulties that need to be taken into account. The next step is to show parent/child relationship in the child, rather than the parent, but the difficulty with this is that the parent is not serialized out in the child.

Let me know if you have any questions, or suggestions of how to move forward from here.

randomPoison commented 9 years ago

In light of @FlaShG's recent changes, the method being explored here is no longer needed.