Create 3D objects with different colors

Hello,

I added this asset to my game: Fruit Pack | 3D Food | Unity Asset Store

What I would like to do is to put different kinds of fruits around my scene with three different colors: gold, silver and bronze. First I converted the texture image to black and white. Now I can place for example bananas with the b&w texture with silver color around the scene.
However now every single banana I place uses this texture and color. How do I seperate them?

Thank you!

You need to make a material for each color you want. From there you can make a prefab of each fruit in each color or apply the material to each object after creation.

1 Like