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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
This is a duplicate of issue #1215729