Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
Issue ID
1277735
Regression
No
[URP] cannot access camera component if graphics settings scriptable render pipeline asset is not set
steps to repro:
1. open URP template
2. select "none" in project settings > graphics > scriptable render pipeline asset
3. make sure project settings > quality > (currently selected level) has a scriptable render pipeline asset assigned
4. check scene view and game view
5. select a camera in the scene
6. edit values in inspector (with camera selected)
expected: can edit values because a render pipeline asset is active (from quality settings) and used by scene view / game view
actual: camera component inspector is disabled because there is no asset selected in project settings > graphics
repro: 2019.4.6f1 + URP 7.5.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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2020.2):
The issue should now be fixed. The graphics setting render pipeline should now control whether or not to use SRP.