Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
I have injected UVAtlas into our project to generate lightmap uv, and after I have generated them all, their uv almost have the range [0, 1), no matter how big they are. Then I can not assignment them into lightmaps according to their size.
I wanna know if there is a way in UVAtlas to make all baked objects have a same world scale.If not, I have to write a uv generation code I think.