Inspector of ButtonActionSetter shows same data for multiple selected game objects

Issue #112 resolved
Christian Oeing repo owner created an issue

Comments (4)

  1. Christian Oeing reporter

    Can be reproduces with TwoWayBindingExample as well. The SliderValueSetter and ContextDataUpdater will set the TargetBinding.Reference and Data.Path (SliderValueSetter) as well as the Path (ContextDataUpdater) to the same value. The game objects that have to be selected: Root.Canvas.CharacterEditor.Skills.SkillStrength.Logic.Value and …SkillCharisma.Logic.Value

  2. Christian Oeing reporter

    Fixed by disabling multi-object editing for data bindings and context paths. There are probably only a few cases where multi-object editing makes sense at all.

  3. Log in to comment