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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment