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

Question What plans are there to modernize Materials and MPBs?

Discussion in 'Graphics Dev Blitz Day 2023 - Q&A' started by strich, May 25, 2023.

  1. strich

    strich

    Joined:
    Aug 14, 2012
    Posts:
    345
    One of the more painful aspects of working on procedural games in Unity is that a ton of effort has to be spent trying to manage materials and runtime and not let them leak everywhere and become unique, destroying render performance. Material Property Blocks appeared to try to solve some of that pain but they have all sorts of API pitfalls and in general require a whole set of wrappers and abstractions to manage too.

    Is there currently any plan to modernize how materials work at runtime?
     
    stonstad and Unifikation like this.