Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2018.3.0a6
2018.3.14f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1151418
Regression
No
HideFlags are not respected on the Old Prefabs when editing them on the versions where Old Prefabs are deprecated
How to reproduce:
1. Open the attached "HideFlagBug2.zip" Project
2. Open the "HideFlagTestPrefabMadeWith2018.2(original).prefab" in Prefab Mode
3. Change any Value on the Transform of the root GameObject
4. Save Prefab
5. Close and Open Prefab again in the Prefab Mode
Expected Behavior: The "HideFlags.DontSaveInEditor" is respected and only one "Should not be saved" Child is present
Actual Behavior: The "HideFlags.DontSaveInEditor" is not respected and "Should not be saved" Child is duplicated
Reproducible with: 2018.4.1f1, 2019.1.4f1, 2019.2.0b3, 2019.3.0a3
Note: Once the Prefab is saved in the 2018.3.0a6 or newer version - its serialization is changed and the issue does not reproduce anymore. If you open the Prefab in the text editor and search for "Should not be saved" you can see that it was serialized, even though it should not be. All the affected prefabs must be saved in 2018.3.0a5 or lower versions.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- [Linux] Silent crash when generating lighting
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
Add comment