Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey mate, in the description you say the models are easy to modify to add variation (e.g. fat, skinny etc.), I was wondering if these are available in the form of blend shapes on the assets?

I'm looking to randomly apply variation to the character through the Godot engine (I'll have a bunch of NPCs), so if the models use blend shapes, that would be perfect for this.

I don't have any blendshapes by default but yeah! I've used a few in a game I'm working on right now and they work great, especially with so few polygons it's easy to work with.

I've done these in unreal though, not godot, but I'm assuming they work the same way.

If they don't use blend shapes, do you think there's a way then to make those body changes in-engine? Like, if the models are exported with multiple meshes, I can see being able to scale them or something, but basically I'm wondering if the body variations can be utilized without manually touching the model in Blender.

Hmm.. the easiest way would probably be just scaling bones, but I'm not a doctor