Search Unity

DOTS and HDRP missing enum ShadowCastingMode

Discussion in 'Entity Component System' started by nTronz, Aug 9, 2019.

  1. nTronz

    nTronz

    Joined:
    Nov 16, 2015
    Posts:
    4
    I'm on Unity 2019.2.0f1. I created an HDRP project and then downloaded the DOTS packages, and finally the Hybrid Renderer from the package manager (0.1.1). (The HDRP is preview - 6.9.1).

    I received the following error:

    upload_2019-8-8_23-6-25.png

    Anyone seen this/have a fix? Is this resolved if I move to the 2019.3 beta?
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    I believe this is currently a known bug when using HDRP6.X

    You can edit LightComponent and fix the reference to ShadowUpdateMode, otherwise you need to update to 7.X (that's 2019.3 i think?) or just wait for a fix.
     
    nTronz likes this.
  3. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,708
    Do you have a screen grab of your installed packages


    EDIT @turtle good to know
     
  4. nTronz

    nTronz

    Joined:
    Nov 16, 2015
    Posts:
    4
    Awesome. Thanks for the info. I'll see what I can do from there.