Search Unity

Bug 2022.1.21f1 Doesn't work with URP?!

Discussion in 'Editor & General Support' started by ROBYER1, Nov 3, 2022.

  1. ROBYER1

    ROBYER1

    Joined:
    Oct 9, 2015
    Posts:
    1,454
    Booted up a project that was from 2022.1.20f1 today using 2022.1.21f1 and found that I get this unclearable error. It even happens in empty projects that just use URP + Shadergraph at the recommended versions. How does very simple stuff like this get past QA?!

    Library\PackageCache\com.unity.shadergraph@13.1.8\Editor\Generation\Targets\BuiltIn\Editor\ShaderGraph\Targets\BuiltInSubTarget.cs(33,28): error CS0246: The type or namespace name 'BuiltInShaderGraphSaveContext
     
  2. michal_unity171

    michal_unity171

    Joined:
    Apr 14, 2021
    Posts:
    4
    The same here. Works on macOS, but fails on Windows.

    Library\PackageCache\com.unity.shadergraph@13.1.8\Editor\Generation\Targets\BuiltIn\Editor\ShaderGUI\BaseShaderGUI.cs(212,34): error CS0103: The name 'MaterialAccess' does not exist in the current context

    Library\PackageCache\com.unity.shadergraph@13.1.8\Editor\Generation\Targets\BuiltIn\Editor\ShaderGraph\Targets\BuiltInSubTarget.cs(33,28): error CS0246: The type or namespace name 'BuiltInShaderGraphSaveContext' could not be found (are you missing a using directive or an assembly reference?)
     
    Last edited: Nov 4, 2022
    DebugLogError likes this.
  3. MotionBrain

    MotionBrain

    Joined:
    Dec 5, 2015
    Posts:
    35
    Same here !

    Edit:
    Downgraded to 2022.1.20f1 it works now.
     
    Last edited: Nov 4, 2022
    ROBYER1 and daxiongmao like this.
  4. IAndrewNovak

    IAndrewNovak

    Joined:
    Nov 29, 2013
    Posts:
    118
    I also have errors with packages in Unity 2021.2.21 and HDRP.
    Unity 2021.2.21 is the worst build in the last year
     
  5. DebugLogError

    DebugLogError

    Joined:
    Jul 24, 2013
    Posts:
    60
    Same here.
     
  6. ROBYER1

    ROBYER1

    Joined:
    Oct 9, 2015
    Posts:
    1,454
    Great engine stability right us developers constantly feeling burned by this. I should learn to not try brand new releases so soon but they do go through QA. More an issue of the package manager it feels at times but URP is basically the de-facto render pipeline to start with so it should just *work*
     
    DebugLogError likes this.
  7. duketaurus

    duketaurus

    Joined:
    Feb 16, 2018
    Posts:
    1
    Same problem.
     
    DebugLogError likes this.
  8. carsonherrick

    carsonherrick

    Joined:
    Dec 19, 2016
    Posts:
    6
    Also got me. Going to try 2022.1.20f1, now...
     
  9. Gametyme

    Gametyme

    Joined:
    May 7, 2014
    Posts:
    618
    Same with empty hdrp project.
     
    DebugLogError likes this.
  10. FerdowsurAsif

    FerdowsurAsif

    Joined:
    Feb 7, 2017
    Posts:
    288
    Also encountered the same error on Unity 2022.1.21f1 with the build target: Android
     
  11. caleidon

    caleidon

    Joined:
    Oct 21, 2020
    Posts:
    5
    same here, exact same issue... had to spend a lot of time downgrading...
     
  12. DebugLogError

    DebugLogError

    Joined:
    Jul 24, 2013
    Posts:
    60
    Last edited: Nov 9, 2022
  13. caleidon

    caleidon

    Joined:
    Oct 21, 2020
    Posts:
    5
  14. DebugLogError

    DebugLogError

    Joined:
    Jul 24, 2013
    Posts:
    60
    It looks like it did. Not seeing the error anymore after upgrading.
     
  15. CameronDWills

    CameronDWills

    Joined:
    Feb 26, 2021
    Posts:
    91
    Updating from 2022.1.20 to 2022.1.22 works for me without errors
     
    RogDolos likes this.