The VG Resource

Full Version: Trying to import mario sunshine levels (.dae) in Unity
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to import in Unity a model from the pachinko level of Super Mario Sunshine, ripped by Peardian:
https://www.models-resource.com/gamecube...del/54543/

The model has some items, and each item has an object _VC with the color to apply to the textures. How can I merge the textures with the colors in order to see the correct colors in Unity. I tried to create a shader to multiply the two textures, but they doesn't match.

The files are in .dae format
https://docs.unity3d.com/Packages/com.un...olors.html

I think this would help you lots in using vertex coloring in Unity