- Home /
UV Coordinates
Hello everyone.
Currently working on a project for iPhone, which came to a desicion on the optimization of textures.
Basically what we plan is to have a texture that has multiple UVs as a texture atlas. My question is:
Wich way I can define it to cordenadas of UVs that used to load the texture, no way to assign the initial position or modify it ?
Answer by Bunny83 · Jun 10, 2011 at 02:56 AM
I'm not sure if there's a built in way to change the uv coordinates of the meshes, but to create an atlas-texture you can use Texture2D.PackTextures. The returned Rect array contains the uv area on the atlas-texture. With them you can adjust the uvs. See Mesh.
Your answer
Follow this Question
Related Questions
UV V coordinate Not showing on Texture. 1 Answer
Creating a mesh programatically for a tile-based 2D game 1 Answer
How to get uvCordinat of raycast hit without mesh collider 1 Answer
Unknown input semantics TEXCOORD/4 1 Answer
How to implement UVs with a triangular procedural mesh (1 vertex has multiple faces) 0 Answers