Search Unity

How to exclude certain fields from being override

Discussion in 'Prefabs' started by Stacklucker, Jun 11, 2021.

  1. Stacklucker

    Stacklucker

    Joined:
    Jan 23, 2015
    Posts:
    82
    Let's say I have an prefab with an ID "A". I know create two instances of that prefab in a scene and change the ID two "B" and "C" respectively. Of course, these changes will be flagged as overrides on the prefab instances.

    Since I am working with IDs my goal is to never any ID once the object is created. If I make (other) changes to the prefab instance with ID, say, "C", and apply, is there a way to stop the override of the ID to the base and potentially all other prefab instances with no overrides , even I a press ApplyAll ?
     
  2. Epsilon_Delta

    Epsilon_Delta

    Joined:
    Mar 14, 2018
    Posts:
    258