Search Issue Tracker
Fixed in 9.0.0-preview.1
Votes
1
Found in [Package]
6.9.0
Issue ID
1205185
Regression
No
[URP] Toggling Camera Override on first Renderer Feature in the list internally toggles it for all other Renderer Features
Reproduction steps:
1. Open project in "2020.1.0a17.zip"
2. Open "SampleScene.unity"
3. Notice that there are 2 Cubes in Scene which have Different Layers L1 and L2
4. Notice that ForwardRenderer renders nothing but these two Layers L1 and L2 using Renderer Features
5. Notice that Camera is in Orthographic mode
6. Toggle Camera Override for the first Renderer Feature in list using ForwardRenderer
Expected result: Camera override applies only for the Object that is in Layer L1
Actual result: Camera override applies for both GameObjects
Reproducible with: LWRP 6.9.0 (2019.2.18f1), URP 7.1.6 (2019.3.0f4, 2020.1.0a17)
Could not test with: 2017.4, 2018.4 because these versions do not support URP 7.1.1 and above
Notes:
1. The issue reproduces only when Camera Override is toggled for the first element in Renderer Features list and works as intended when toggling it for other elements
2. First URP version to support Renderer Features is URP 7.1.1
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
- Inspector scroll area stretches when using components with nested serialized arrays on FBX model prefab instances
- Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic
- ScriptableObject asset is accessed during the lookup of Build Profiles when opening the Build Profiles Window
- [Multiplayer TPS Sample] Grenade launcher explosion misses the Player when the Collider count exceeds HitColliderBuffer
- OS Notification Documentation is missing when following hyperlink in Notifications Settings in Hub
Resolution Note (fix version 9.0.0-preview.1):
Issue solved by moving away from ReorderableList and the double serialisation layer