itch.io is community of indie game creators and players

Devlogs

Mesh Switch

SANDWICH
A downloadable game for Android

It's very easy to make the mesh of a model switchable in Unity. Just assign the available meshes to an array and switch among them with the array index. Material could be done with similar way too.

The script below is used to switch the mesh of dish plate (which is represented by a "cooking board" currently, but I may add other types of "plate" later...).

Download SANDWICH
Leave a comment