Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

2019.1.0a11: changes not applied in UI text prefab

Discussion in '2019.1 Beta' started by Deleted User, Dec 13, 2018.

  1. Deleted User

    Deleted User

    Guest

    I created an UI text and made it a prefab. I tried modifying its rect transform position x from 0 to -10 but the changes did not apply to the object in the hierarchy view:

    UI Prefab, after modification

    01.jpg

    The object in the Hierarchy view

    The value of Pos X displays in bold case, indicating that the changes has been noticed but the new value does not apply.

    02.jpg
    Changing the value of Pos X in the object and overriding the prefab works normally.
     
  2. Prodigga

    Prodigga

    Joined:
    Apr 13, 2011
    Posts:
    1,123
    Bond means that you have overridden the value of posX with 0. No matter what you change the prefabs posX to, it'll always stay as 0. You will have to right click on the field and reset the changes. Only when it is not hold will it match the prefab value