Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Hybrid Renderer package throws error in 2019.2

Discussion in 'Graphics for ECS' started by alexandre-fiset, Aug 2, 2019.

  1. alexandre-fiset

    alexandre-fiset

    Joined:
    Mar 19, 2012
    Posts:
    702
    I get these errors when importing the latest (0.1.0) Hybrid Renderer package from the package manager:

    Code (CSharp):
    1. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightComponent.cs(6,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
    2. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightConversion.cs(4,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
    3. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(11,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
    4. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightComponent.cs(54,16): error CS0246: The type or namespace name 'LightTypeExtent' could not be found (are you missing a using directive or an assembly reference?)
    5. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightComponent.cs(70,16): error CS0246: The type or namespace name 'SpotLightShape' could not be found (are you missing a using directive or an assembly reference?)
    6. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(320,47): error CS0246: The type or namespace name 'HDAdditionalLightData' could not be found (are you missing a using directive or an assembly reference?)
    7. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(344,49): error CS0246: The type or namespace name 'AdditionalShadowData' could not be found (are you missing a using directive or an assembly reference?)
    8. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(26,16): error CS0246: The type or namespace name 'HDAdditionalLightData' could not be found (are you missing a using directive or an assembly reference?)
    9. Library\PackageCache\com.unity.rendering.hybrid@0.1.0-preview\Unity.Rendering.Hybrid\LightSystem.cs(27,16): error CS0246: The type or namespace name 'AdditionalShadowData' could not be found (are you missing a using directive or an assembly reference?)
    When can we expect it to work?
     
    yu_yang likes this.
  2. yu_yang

    yu_yang

    Joined:
    May 3, 2015
    Posts:
    60
    Can't run samples now...
    2019.3 b7
     
  3. alexandre-fiset

    alexandre-fiset

    Joined:
    Mar 19, 2012
    Posts:
    702
    pal_trefall likes this.
  4. soleron

    soleron

    Joined:
    Apr 21, 2013
    Posts:
    519
    I keep seeing this... :(
     
  5. siggigg

    siggigg

    Joined:
    Apr 11, 2018
    Posts:
    247
    Update to the latest packages? Entities 0.2 + Unity 2019.3 fixed this issue. What versions are you using?
     
    soleron likes this.