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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

no DrawAdditionalFoldouts in BaseShaderGUI?

Discussion in '2021.2 Beta' started by m4robb, Jul 5, 2021.

  1. m4robb

    m4robb

    Joined:
    Aug 2, 2017
    Posts:
    38
    is 2021.2 missing this method (DrawAdditionalFoldouts) in the base shader, or has it been replaced with something else? I can see it in URP 12, although its there up to URP 11. thanks
     
    pojoih likes this.
  2. pojoih

    pojoih

    Joined:
    Mar 30, 2013
    Posts:
    226
    Searching for this too, as Advanced Dissolve Asset is not working anymore. There's nothing in the Changelog and the Upgrade Guide, which is a shame documentation wise.
    Shouldn't there be a place for (asset) developers to look up such things?
     
  3. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,132
    Thanks for flagging this. I've reached out to the devs and something seems to have gone wrong here. It's being looked into.

    For now, you have to call
    Code (CSharp):
    1. public virtual void FillAdditionalFoldouts(MaterialHeaderScopeList materialScopesList) {}
     
    pojoih likes this.
  4. masterahuck

    masterahuck

    Joined:
    Sep 10, 2015
    Posts:
    94
    Any ETA on when the bug will be fixed?
     
    lclemens likes this.