Search Unity

Possible to Synchronize SerializeFields between gameObjects?

Discussion in 'Editor & General Support' started by YUXOR, Dec 29, 2018.

  1. YUXOR

    YUXOR

    Joined:
    Dec 29, 2018
    Posts:
    1
    I have a bunch of gameObjects that have tweak-able values for stuff like buoyancy and drag as public SerializeFields that I'd like to stay consistent for gameObjects under a certain tag (ie. lava, water).

    Is it possible to makes changes to one object to a certain tagged group and have that change be repeated across all gameObjects in that group?

    Thanks!
     
  2. qqqbbb

    qqqbbb

    Joined:
    Jan 13, 2016
    Posts:
    113
    Use scriptable object.