Search Issue Tracker
Active
Votes
1
Found in [Package]
1.0.1-pre.465
Issue ID
CCA-1104
Regression
Yes
Live Capture package script BaseScriptableRenderPipelineRaycasterImpl throws compilation errors with latest SRP packages
Reproduction Steps:
- Create a new Unity project
- Import the Live Capture package from package manager
- Import the HDRP or URP package from package manager
- Observe console window
Expected Result: No compilation errors are thrown
Actual Result: Live Capture package does not compile due to errors:
^Library/PackageCache/com.unity.live-capture@1.0.1-pre.465/Runtime/VirtualCamera/Raycaster/Implementation/BaseScriptableRenderPipelineRaycasterImpl.cs(82,44): error CS0246: The type or namespace name 'RendererListDesc' could not be found (are you missing a using directive or an assembly reference?)^
^Library/PackageCache/com.unity.live-capture@1.0.1-pre.465/Runtime/VirtualCamera/Raycaster/Implementation/BaseScriptableRenderPipelineRaycasterImpl.cs(93,36): error CS0103: The name 'RendererList' does not exist in the current context^
Reproduced on: 2022.1.0a1, 2021.2.0b2
Didn't reproduce on: 2021.2.0b1
Regressed on Unity version 2022.1.0a1 and 2021.2.0b2 (most likely due to changes in the SRP package)
Comments (3)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
SigHz
Apr 14, 2023 03:19
I am getting an error in my SRP project too.
HDRP project gives the following error:
Asset Packages/com.unity.live-capture/Runtime/VirtualCamera/Raycaster/Implementation/BaseScriptableRenderPipelineRaycasterImpl.cs has no meta file, but it's in an immutable folder. The asset will be ignored.
Library\PackageCache\com.unity.live-capture@7c511303fa\Runtime\VirtualCamera\Raycaster\Implementation\HighDefinitionRaycasterImpl.cs(13,41): error CS0246: The type or namespace name 'BaseScriptableRenderPipelineRaycasterImpl' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.live-capture@7c511303fa\Runtime\VirtualCamera\Raycaster\Implementation\HighDefinitionRaycasterImpl.cs(44,30): error CS0115: 'HighDefinitionRaycasterImpl.Initialize()': no suitable method found to override
Library\PackageCache\com.unity.live-capture@7c511303fa\Runtime\VirtualCamera\Raycaster\Implementation\HighDefinitionRaycasterImpl.cs(68,30): error CS0115: 'HighDefinitionRaycasterImpl.Dispose()': no suitable method found to override
SigHz
Apr 14, 2023 03:09
with Live Capture 4.0.0-pre4
SigHz
Apr 14, 2023 03:02
on 2022.2.15