Search Issue Tracker
Duplicate
Votes
0
Found in
2019.2
2019.2.8f1
2020.1
Issue ID
1192831
Regression
No
The reference to a prefab re-appears after clearing prefab references and reopening editor
To reproduce:
1 Open attached project
2. In Hierarchy choose Turret
3. Open script "Turret" and comment "public GameObject bullet "
4. Save the script and then uncomment the line
5. In the inspector window notice that Bullet has None(Game Object)
6. Make some changes in the prefab and save the editor
7. Reopen the editor and check again Turret prefab in the inspector
Actual result: The Bullet (game object) is being reassigned to Bullet after the editor is restarted
Expected result: The Bullet should have None( Game Object) after the editor was restarted
Reproduced with: 2019.2.16f1; 2020.1.a016
Not reproduced in: 2017.4.35f1; 2018.4.14f1 due to missing prefabs
Note: Image of the issue attached bellow
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
- Project Settings panels disappear and do not repaint when entering Play Mode without reloading Domain
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
- Tile Palette Window zoom level resets when the Window becomes inactive
- [iOS] Exported Xcode "Unity-iPhone" Xcode project shows the "Framework" folder as red
This is a duplicate of issue #1215729