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
- Spring Joint shows only one anchor gizmo in Scene view when "Auto Configure Connected Anchor" is enabled
- Crash on _platform_memmove after entering large value in Graphics settings Preloaded Shaders field
- Disproportionally large impact on CPU frame time when writing to a rendering entity's LocalToWorld
- "Constant Force" Component numeric fields drift out of view while entering a really big value in the Inspector
- Scene view camera speed pop-up appears empty or cut off when Scene view is very narrow
Add comment