Search Issue Tracker
By Design
Votes
0
Found in
2018.3.8f1
Issue ID
1137425
Regression
No
Script does not attach to prefab source when pressing Apply All in prefab Overrides
To reproduce:
1. Open attached project
2. In Hierarchy select Gameplay_UI prefab
3. In inspector window press Overrides and select button script
4. Notice that on override it has a script
5. Press Apply All and check again overrides.
6. Notice that the script didn't apply to prefab source
Actual result: the Overrides does not apply script attachments
Expected result: The overrides should apply script attachment
Reproduced with: 2018.3.0b1; 2018.3.8f1; 2018.3.11f1;
Cant reproduce on 2019.1 and 2019.2 due to the errors:
C:/Users/martyna/Downloads/case_1137425-HexT-BitBucket/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1751,73): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
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
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
Resolution Note:
User is trying to apply the reference to "ApplicationController" Component that added to GameObject in the scene,
but it is not possible for prefab asset to keep a reference to a scene object.