Solved How to create NPCs for the background?

KaeeKiu

New member
Joined
Mar 28, 2026
Messages
29
Reactions
2
Can i export pose, clothe, model,.... from Vam to Unity and turn them to asset like this? The npc even have animation, how i can do that?
1780708100015.png
 
I have learned how to export the pose model to unity but I don't know where to find the textures, clothes, hair., to apply them to.
1780713585581.png
 
Upvote 0
VAM exports a simple model. The rest needs to be done manually. The NPCs you're showing in your first post are not VAM, they are mixamo characters (or similar) imported into Unity/VAM.
 
Upvote 0
VAM exports a simple model. The rest needs to be done manually. The NPCs you're showing in your first post are not VAM, they are mixamo characters (or similar) imported into Unity/VAM.
Are there any tutorials or workflows on how to create an assetbundle similar to your Crowd Generator, or like the one in the image above? I really need something like this to fill my classroom scene.
1780735069624.png
 
Upvote 0
Not really, at least that I know of. These are simple characters with an animation controller. The Crowd Generator is a bit more complex as I have a complex animation setup that is compatible for every single model used in the generation process.

You can just search for a tutorial explaining how to do an animation controller, and with that you can do pretty much any animated asset.
 
Upvote 0
Not really, at least that I know of. These are simple characters with an animation controller. The Crowd Generator is a bit more complex as I have a complex animation setup that is compatible for every single model used in the generation process.

You can just search for a tutorial explaining how to do an animation controller, and with that you can do pretty much any animated asset.
1781368320710.png
1781368336016.png


I managed to get the model into Unity and turn it into a cua, but I still can't figure out why it keeps glowing on its own even when there are no light sources in the scene. Do you know what's causing this or if I skipped a step somewhere? I made sure to strip out all light sources and any emissive materials before building the asset for VaM, but the model is still glow
 
Upvote 0
Back
Top Bottom