Solved how to edit materials that unity asset vamifier skipped?

Mm3

Member
Joined
Apr 12, 2022
Messages
103
Reactions
10
hi, i have an asset in my scene that has a material that vamifier skips but its looks way to bright even in the dark.
i want to edit it but i can't since unity asset vamifier keep skipping it
any idea how to edit skipped materials?
 
Solution
You don't.
It's skipped because Vamifier does not know the material and has no clue what are the settings/variables to assign.

If you wanted to deal with it, you'd need to reverse engineer the shader behind that material, and create your own plugin to edit that material.
You don't.
It's skipped because Vamifier does not know the material and has no clue what are the settings/variables to assign.

If you wanted to deal with it, you'd need to reverse engineer the shader behind that material, and create your own plugin to edit that material.
 
Upvote 0
Solution
You don't.
It's skipped because Vamifier does not know the material and has no clue what are the settings/variables to assign.

If you wanted to deal with it, you'd need to reverse engineer the shader behind that material, and create your own plugin to edit that material.
ok never mind then😞
thanks.
 
Upvote 0
Back
Top Bottom