Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

No prefab override after changing transform values?

Discussion in 'Prefabs' started by Oshigawa, Dec 14, 2018.

  1. Oshigawa

    Oshigawa

    Joined:
    Jan 26, 2016
    Posts:
    362
    Hi,

    i updated to 2018.3.0f1 and i thought something was fishy but i couldn't quite put my finger on it. Then i noticed that i can no longer override the prefab when i change the transform of the instance and i could do that in beta.

    Wanted behaviour or what?
     
  2. Artaani

    Artaani

    Joined:
    Aug 5, 2012
    Posts:
    423
    Can't reproduce it in 2018.3.0f2

    Why exactly you can't apply changes? Do you have some error?
     
  3. Oshigawa

    Oshigawa

    Joined:
    Jan 26, 2016
    Posts:
    362
    No, it just says no overrides.
     
  4. runevision

    runevision

    Joined:
    Nov 28, 2007
    Posts:
    1,892
    That has not been possible in any of the betas, no.

    Position and rotation of a Prefab root Transform are default overrides.
    See manual "Alignment is specific to Prefab instance" on this page and see details here.

    Once patch 1 of 2018.3 is out, you'll be able to revert default overrides via right click. But they will never show up in the overrides dropdown whether reverted or not.
     
    Oshigawa likes this.
  5. Oshigawa

    Oshigawa

    Joined:
    Jan 26, 2016
    Posts:
    362
    Hm. Ok, thanks.
     
  6. Ran-Crump

    Ran-Crump

    Joined:
    Mar 13, 2019
    Posts:
    5
    If anyone else if having this same issue, mine for example was a editor script that wouldn't update the changes to override the script just physically make 1 change in the GUI to toggle it to load all of the changes
     
  7. dxsunty

    dxsunty

    Joined:
    Apr 23, 2018
    Posts:
    3
    Thanks it works for me.