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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question Material Variants

Discussion in 'Scripting' started by darkfrontiers, Mar 31, 2023.

  1. darkfrontiers

    darkfrontiers

    Joined:
    Apr 4, 2022
    Posts:
    23
    Is it possible create materials variants programmatically in unity editor script?
    Also to find a parent material of a variant?
     
  2. darkfrontiers

    darkfrontiers

    Joined:
    Apr 4, 2022
    Posts:
    23
    Oh, found it. just set .parent property of material to make a variant.