Search Issue Tracker
Not Reproducible
Votes
4
Found in
2019.2.0a7
Issue ID
1129836
Regression
No
Prefab mode allows user to save changes to immutable prefabs
1. Open attached project
2. Search for Prefabs (click on All Prefabs or t:Prefab in search bar)
==>
You will see two prefabs from Packages folder
3. Open "DataPrivacyButton" prefab from Analytics package in Prefab mode
4. Make some changes (e.g. delete one of the components) and save
==>
ArgumentException: Saving Prefab to immutable folder is not allowed: 'Packages/com.unity.analytics/DataPrivacy/DataPrivacyButton.prefab'
UnityEditor.PrefabUtility.SavePrefab (UnityEngine.GameObject inputObject, System.String path, UnityEditor.ReplacePrefabOptions replaceOptions, UnityEditor.PrefabUtility+PrefabCreationFlags creationFlags, System.Boolean& success) (at C:/UnitySource/Trunk/Editor/Mono/Prefabs/PrefabUtility.bindings.cs:191)
UnityEditor.PrefabUtility.SaveAsPrefabAsset (UnityEngine.GameObject instanceRoot, System.String assetPath, System.Boolean& success) (at C:/UnitySource/Trunk/Editor/Mono/Prefabs/PrefabUtility.cs:1204)
Expected: The save functionality for immutable prefab in Prefab mode should be disabled
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
- 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
andreighinea1
Aug 30, 2019 16:29
This also happens in 2018.4.7f1, but not in 2017.4.27f1