Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Unwrapping.GenerateSecondaryUVSet

public static void GenerateSecondaryUVSet(Mesh src);

Description

Will auto generate uv2 with default settings for provided mesh, and fill them in.


public static void GenerateSecondaryUVSet(Mesh src, UnwrapParam settings);

Description

Will auto generate uv2 with provided settings for provided mesh, and fill them in.