Search Issue Tracker
Fixed in 5.2.1
Votes
0
Found in [Package]
5.2.0
Issue ID
1105063
Regression
Yes
[LWRP] 2 errors appears in the Console about missing type or namespace 'GizmoRenderingPass
Steps to reproduce:
1) Open Unity Hub and create a new 3D project
2) Download LWRP 5.2.0 package using Package Manager
Observe 2 errors in the Console:
Library\PackageCache\com.unity.render-pipelines.lightweight@5.2.0\Runtime\ForwardRendererSetup.cs(32,17): error CS0246: The type or namespace name 'GizmoRenderingPass' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.render-pipelines.lightweight@5.2.0\Runtime\ForwardRendererSetup.cs(33,17): error CS0246: The type or namespace name 'GizmoRenderingPass' could not be found (are you missing a using directive or an assembly reference?)
Reproduced with:
2019.1.0a10, 2019.1.0a11
Not reproduced with:
2019.1.0a9
Regression since:
2019.1.0a10
Tested with 5.2.0 lwrp package
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
- Shader Graph Material is left in broken state when switching from a .git branch with no HDRP to a branch that contains HDRP
- Crash on buffer_add_value_full when hovering over SerializedProperty.boxedValue in Debug Mode after ISerializationCallbackReceiver.OnAfterDeserialize modifies value
- Editor is not capitalised consistently in Preferences window
- [Linux] “Restore Defaults” warning window appears behind Profiler Modules dropdown
- [iOS] Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds
Resolution Note (fix version 5.2.1):
meta file was missing from the generated package and has now been added so the GizmosRenderingPass.cs can be loaded