Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.1.10
Issue ID
1132158
Regression
No
Scriptable Render Pipeline Component values of the Camera are not pasted when copying them from another Camera
How to reproduce:
1. Open user attached project "copyHDRP.zip"
2. Select "Main Camera" GameObject
3. Right Click on the Camera Component in the Inspector
4. Select "Copy Component"
5. Select "Main Camera_2" GameObject
6. Right Click on the Camera Component in the Inspector
7. Select "Paste Component Values"
Expected result: All Component values of the Camera are pasted
Actual result: HDRP Component values of the Camera are not pasted
Reproducible with - 2018.3.7f1, 2019.1.0b5, 2019.2.0a7
Reproducible package version - 1.1.10; 4.10
Notes:
1) Could not test with 2017.4 because Scriptable Render Pipeline is not supported by that version.
2) Could not test with earlier package versions because there were no additional Component values in the Camera.
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
A large refactor is required to have this fixed with plenty of others issue related to that. Work have been started on Camera. It will stay like this at least up to 2020.2.
Meanwhile, user should copy paste both component (Camera and HDAdditionalCameraData) to have full copy.
There is similar issue on Light and Reflection Probe regarding their respective AdditionalData components.