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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment