Search Unity

Strange behavior with object references after update to 2019.3

Discussion in 'Editor & General Support' started by VirtualDestructor, Feb 20, 2020.

  1. VirtualDestructor

    VirtualDestructor

    Joined:
    May 3, 2014
    Posts:
    44
    I just updated my project from 2019.2 to 2019.3. All of a sudden I'm having issues with object references getting unassigned (both in scenes and in prefabs). Here is one example, if I click on this prefab asset in my project, in the inspector it shows that the fields are unassigned (first screenshot). Once I open the prefab by double clicking on the asset, the fields are assigned (second screenshot). The fields are also unassigned if I drag the prefab into the scene. Am I insane, or is this a 2019.3 bug or an issue with my project?

    I'm getting exceptions from this when I hit play. Basically my entire project is broken now.
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      50 KB
      Views:
      340
    • 2.PNG
      2.PNG
      File size:
      41.9 KB
      Views:
      331
  2. VirtualDestructor

    VirtualDestructor

    Joined:
    May 3, 2014
    Posts:
    44
  3. VirtualDestructor

    VirtualDestructor

    Joined:
    May 3, 2014
    Posts:
    44
    Update: This was resolved by reimporting everything.