Character creation

Hi everyone,

I bought an asset pack with 4 models and each model has 3 materials.
Based on which toggle was pressed I want to switch the model and material.
Example:
[Faction toggle 1] [Class toggle 1]
[Faction toggle 2] [Class toggle 2]
[Faction toggle 3] [Class toggle 3]
[Class toggle 4]

What I’m trying to achieve:
Starting the scene will auto select faction 1 / class 1.
When I select a different class the model will change to that class.
When I select a different faction the material will change to that material.
When the faction toggle is set to 2 / 3 and a different class is selected both the class / material should change.

Does anyone have tips on how to achieve this?
Or an example code? I’m kinda stuck here. :hushed:

What asset? Examples? Code? Screenshots?

There is very little information to work off here.

I got the Skinned Mesh renderer change working.