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

Add MergeAction for GameObject properties, like GameObject.name

Open FlaShG opened this issue 11 years ago • 1 comments

  • [x] name
  • [ ] active self (tricky!)
  • [ ] layer (currently not showing up in the ui)
  • [x] tag
  • [x] static flags
  • [ ] navmesh layer

Also:

  • [ ] Prefab connection (important and tricky!)

FlaShG avatar Nov 10 '14 19:11 FlaShG

The GameObject itself is now analyzed as a SerializedObject as of 5e86456. This leads to pretty ugly serialization (layer is an int, tag is an unconstrained string, etc.). Static, Navmeshlayer and Prefab connection have not been tested yet.

FlaShG avatar Dec 05 '14 11:12 FlaShG