Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

​
​
Get started
  • System requirements
  • Licensing
  • Setup
  • Migrate from Scenario Processor
Framework
  • Framework
  • Preferences
Input/output files
  • Supported formats
  • Import files
  • Export files
  • Export textures
  • CAD vs Mesh
Scene
  • Product structure
  • Occurrence
  • Component
  • Material
  • Image
Algorithms
  • CAD
  • Healing
  • Optimization
  • Combine and bake
  • Reconstruction
  • UVs
    • Project on AABB
    • Normalize
    • SegmentMesh
    • Check UV for overlaps
    • Check for normalized UV channels
    • Check for existence of UV channels
    • Repack UV islands
    • Merge UV islands (affine)
    • Merge UV islands (relaxed)
    • Unwrap UV
Viewer
  • Viewer
Pixyz UI
  • Setup
  • Overview
  • Create a custom UI
Guidelines
  • Data preparation
  • Process point clouds
Debug and diagnose
  • Log files
  • Debug best practices
Other
  • Samples
  • Glossary
  1. Asset Transformer SDK (ex Pixyz)

Project UVs

Use this feature to create texture coordinates by projection on the axis-aligned bounding box.
Read time 1 minute
Last updated 9 months ago

API function: algo.mapUvOnAABB
Use this feature to generate texture coordinates by projecting meshes on the axis-aligned bounding box (AABB) of the model.
Create Projected UVs

Parameters

Alignment on matrix

Choose whether to project the texture coordinates of each input mesh on its own local AABB or on the global AABB of the scene.

3D size of the UV space

Define the scale of the projected texture coordinates so that they fit into the UV space.

UV channel

Choose the UV channel in which you want to store texture coordinates.

Existing texture coordinates

Choose whether replace the existing texture coordinates with new ones in the selected UV channel.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Parameters

      • Alignment on matrix

      • 3D size of the UV space

      • UV channel

      • Existing texture coordinates


Report a problem with this page