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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
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.