Skip to content

Is there a better way of updating model's texture? #26

Answered by SolarLune
eliasdaler asked this question in Q&A
Discussion options

You must be logged in to vote

If multiple models (NPCs, in this case) share a mesh and you want to update just one of their textures, then you should clone the model, clone the mesh (which clones its mesh parts), and clone its material, yes. From there, changing the texture works as you expect.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eliasdaler
Comment options

Answer selected by eliasdaler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants