FlaShG / GitMerge-for-Unity

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

Fix reference handling #18

Closed FlaShG closed 9 years ago

FlaShG commented 10 years ago

How well are we working with references to assets? References to objects that have been deleted on one of the branches?

FlaShG commented 10 years ago

Yup, "their" reference breaks when starting play mode.

FlaShG commented 9 years ago

Simple reference handling now works. See 859dd1658.

"Simple" means that, e.g., references to objects that are not existent in "our" version still don't work.

FlaShG commented 9 years ago

More advanced reference handling added. See 970b028 and before.

New GameObjects and Components from "their" branch can be referenced now.

Might need to reopen this issue somewhere in the feature since, right now, not adding "their" GameObject doesn't ring any alarm bells when you try to reference it.