Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Are you doing to equip different weapons for a character? One way that I and others have solved this in the past is to add all the possible weapons to the model as different nodes/meshes. You then enable or disable the weapon nodes/meshes depending on what weapon is equipped. It works well and the performance is good, because only the enabled weapon is rendered.