Search Issue Tracker
Third Party Issue
Votes
0
Found in
2022.3.12f1
2023.1.19f1
2023.2.0b16
2023.3.0a12
6000.0.0b11
Issue ID
UUM-55092
Regression
No
Prefab Overrides and blue marker stays when applying Overrides
How to reproduce:
1. Open the user's attached project
2. Select Game>Maps>PunkCity in the Hierarchy window
3. Click on the "Overrides" dropdown in the Inspector window
4. Click "Apply All"
Expected results: Prefab Overrides are applied
Actual results: Prefab Overrides stay on the list and the blue marker near the Prefabs stay
Reproducible with: 2022.3.12f1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a12
Could not test with: 2021.3.32f1 (compilation errors in the Console window)
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
The overrides are applied correctly, but immediately after saving the Prefab it is changed in memory which results in showing the overrides as not being applied. This happens in Assets\ThirdParty\Photon\PhotonUnityNetworking\Code\Editor\PhotonViewHandler.cs:OnHierarchyChanged()
It seems the implementers this library explicitly edit the Prefabs in memory without saving them which makes any apply operation for PhotonView.ViewID and PhotonView.sceneViewId look as if it's not working.