Search Issue Tracker
Fixed
Fixed in 6000.4.0a1
Votes
0
Found in
6000.4.0a1
Issue ID
UUM-117483
Regression
Yes
renderpipeline.core package has an undeclared dependency on ImageConversion
*Steps to reproduce:*
# Create a new project
# Add renderpipeline core package
# Remove ImageConversion package (and all its dependencies)
*Actual results:*
These compilation errors are shown:
{code:java}
Library\PackageCache\com.unity.render-pipelines.core@f26052b82791\Runtime\PathTracing\LightmapIntegrationHelpers.cs(329,35): error CS0246: The type or namespace name 'ImageConversion' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.core@f26052b82791\Runtime\PathTracing\SphericalHarmonicsUtil.cs(118,20): error CS0103: The name 'ImageConversion' does not exist in the current context {code}
*Expected results:*
No errors or warnings are shown
*Reproducible with versions:* 6000.4.0a1
*Not reproducible with versions:* unknown
*Can’t test with versions:*
*Tested on (OS):* Windows
*Notes:*
*
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Add comment