Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a3
2020.2.0a5
Issue ID
1230875
Regression
Yes
[URP] Unable to remove Camera component from MainCamera Prefab
In MainCamera Prefab unable to remove the Camera component, Please refer to the attached video.
Steps to repro:
1. Create a new project
2. Hierarchy >Main Camera > Create Prefab
3. Project > Main Camera > Camera > Right-Click > Remove component > Click
Actual Result:
Unable to remove Camera component from MainCamera Prefab
Expected Result:
The camera component should be removed
Occurring on:
2020.2.0a5, 2020.2.0a3 with Package version 8.0.1
Working fine on:
2020.2.0a2, 2020.1.0b3 with Package version 8.0.1
Environment:
Occurring on Windows 10 & Mac 10.15
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
- RenderTexture content from 'Depth Only' camera is not rendered correctly on UI RawImage when Multithreaded Rendering is enabled on specific MediaTek devices.
- Weight Brush Overlay text is clipped in Sprite Editor
- GameObject Transform scale values reset to their previously saved values when proportions are constrained and certain decimal values are entered in the Inspector
- Asset thumbnails in the Project window stay white when a referenced texture file is deleted and restored
- Crash on PersistentManager::ReadObjectThreaded when calling AssetDatabase.ForceReserializeAssets() multiple times in a row
Resolution Note:
The universal camera data script has [RequireComponent(typeof(Camera))] this means you can't remove the camera until this script is removed.