Search Unity

Prefab is spazzing out in Project WIndow, is fine otherwise

Discussion in 'Prefabs' started by bluemoon1993, Dec 29, 2019.

  1. bluemoon1993

    bluemoon1993

    Joined:
    Nov 17, 2019
    Posts:
    2
    I've attached a video, to show my problem.



    This KinFighter prefab just glitches out while it is selected in the editor. I can be edited fine, everything works as I'm using it, but it bugs out like this.

    Any thoughts on why this happens?
     
  2. SteenLund

    SteenLund

    Unity Technologies

    Joined:
    Jan 20, 2011
    Posts:
    639
    What is happening is that the prefab is constantly reimporting because something gets marked dirty on the prefab asset.

    We have seen this happening with some of the builtin components and have been working finding/fixing them, but it could also be one of your scripts marks objects dirty in OnValidate.

    If you will a bug report we can have a look at it.
     
  3. bluemoon1993

    bluemoon1993

    Joined:
    Nov 17, 2019
    Posts:
    2