So currently I’m looking to try to make textures for meshes in my game. Problem is, I have no idea how textures work (Like what parts of the texture goes where on the model), and how to make them. So that’s my question, could anyone tell me how to make textures?
And for context, I’m trying to make things in my game meshes for less lag on mobile devices, and have been only “meshing” models that all the parts in them have the same color and texture, since on the meshpart I can just change the color and texture to what the model’s was. But obviously with models with different colors (and textures if thats possible?) you would need custom textures for, which I don’t know how to do.