Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Upgrading VR project to Unity 2019 HDRP

Discussion in '2019.1 Beta' started by Tulsisvt, Nov 21, 2018.

  1. Tulsisvt

    Tulsisvt

    Joined:
    May 5, 2015
    Posts:
    28
    Library\PackageCache\com.unity.render-pipelines.high-definition@5.1.0-preview\Editor\Material\Fabric\ShaderGraph\FabricMasterNode.cs(562,42): error CS0508: 'FabricMasterNode.CreateCommonSettingsElement()': return type must be 'VisualElement' to match overridden member 'MasterNode<IFabricSubShader>.CreateCommonSettingsElement()'

    I'm trying to upgrade my project from Unity 2018.2.5f1 to Unity 2019.1.0a9 and installed the HDRP and Core RP libraries using package manager. I'm getting this error after installation, tried rebooting Unity.
    Has anyone seen this error?