Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
2018.3.0a6
2018.3.0b4
Issue ID
1086969
Regression
Yes
Prefab loses object references when upgrading from 5.5 to 2018.3
Prefab loses object references when upgrading form 5.5 to 2018.3 - managed to get it down to a package that has only one VFX.
Repro steps:
- download the package mentioned in the comments
- open it with Unity 2018.3.05 or trunk
- Look at the effect4 prefab in Prefabs/Effects/PC/Effect4
- notice that the Effect on Collision object is none
- if you import this in Unity 2018.2.0a11 or older, it will reference the Effect prefab in the EffectParts folder
Reproduced with: 2018.3.0b5, b1, 2019.1.0a4 (trunk)
Cannot reproduce in: 2018.2.1f1, 2018.3.0a11,
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
JoeGrainger
Oct 09, 2018 09:10
Every single prefab that was upgraded from 2017.4 to 2018.3 has had it's references broken - everything is 'Missing' and I have to manually iterate through EVERY prefab to re-reference them. This is literally insane.