Search Unity

Resolved Can't find what changes to the instance has been made compared to the prefab

Discussion in 'Editor & General Support' started by BrownBrew, Jun 1, 2023.

  1. BrownBrew

    BrownBrew

    Joined:
    Jan 6, 2023
    Posts:
    13
    Hello!

    One of my instances is marked blue as if it's different from the prefab and I'm struggling to find what exactly the difference is. I double and triple checked everything in the Inspector, in both Normal and Debug mode. Even checked the "Icon" where the mark sneaks in sometimes. Nothing is marked blue. But the instance itself in the Hierarchy window is.

    Is there any other way I can check what has been changed?
     
  2. spiney199

    spiney199

    Joined:
    Feb 11, 2021
    Posts:
    7,935
  3. BrownBrew

    BrownBrew

    Joined:
    Jan 6, 2023
    Posts:
    13

    Attached Files:

  4. spiney199

    spiney199

    Joined:
    Feb 11, 2021
    Posts:
    7,935
    There may be some underlying data that's not drawn in the inspector that has been changed. You should still be able to safely revert the values.

    Also worth noting values can be considered 'changed' (or overridden) even if they are the same as the source value.
     
    BrownBrew likes this.
  5. BrownBrew

    BrownBrew

    Joined:
    Jan 6, 2023
    Posts:
    13
    Probably, yeah. Still a little bit paranoid about it :D
    I've already encountered cases when the values are the same and yet considered changed, but this one is new.
    Thanks for the help!