Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer Studio

2026.5.0

Supported
​

User Manual

Python API

Changelog

Asset Transformer Studio

2026.5.0

Supported
​

​
​
Get started
  • About Asset Transformer Studio
  • Getting started
  • Additional Resources
User Interface
  • Overview
  • Menu Bar
  • Toolbars
  • Window
  • Customizing the User Interface
Data Preparation Fundamentals
  • Overview
  • General Information
  • Typical Data Preparation Workflow
  • About 3D Models Types
  • About the Product Structure (Tree)
  • About Occurrences
    • Occurrence Id
    • Occurrence Types
    • Occurrence Properties
    • Occurrence Components
  • About Instances & Prototypes
  • About Face and Vertex Normals
  • About UVs
  • About Tessellation
  • About Decimation
  • About Animation
  • Glossary
Working With Asset Transformer Studio
  • Overview
  • Videos and Tutorials
  • Supported File Formats
  • Importing Files
  • Exporting Files
  • Scripting With the Python API
  • Interrupting a Process
  • Plugins
  • Errors in Asset Transformer Studio
Python API Reference
  • Overview
Changelog
  • Changelog
  1. Asset Transformer Studio
  2. Data Preparation Fundamentals
  3. About Occurrences

Occurrence Properties

The properties of occurrences in Asset Transformer Studio
Read time 1 minute
Last updated 12 hours ago

Occurrence properties in Inspector
An occurrence carries properties, which can be viewed and used through the Inspector panel, or using Python scripting.
There are 3 types of properties:

Default properties

An occurrence has 6 default properties:
  • Id
    : Is a unique numerical identifier that identifies each occurrence of a scene
  • Name
    : Defines the name of the occurrence, as it is displayed in the Product Structure panel, and at the top of the Inspector panel when selected
  • Visible
    : Defines the visibility of the occurrence in the scene
  • Material
    : Defines the material assigned to the occurrence
  • Transform
    : Defines the position of the occurrence in the scene (transformation matrix)
  • Prototype
    : Defines if the occurrence is an instance from another occurrence (which is its prototype: see About Instances & Prototypes)

Metadata properties

A CAD/3D model can contain occurrences in its Product Structure that carry additional, non-geometric data, often called metadata in the CAD world.
These metadata were added to the CAD model directly in the software where it was created, and are retrieved at import in Asset Transformer Studio.
They are stored as properties in the Metadata Component, which is automatically created at import.
Metadata component

Custom properties

Custom properties
can be added to an occurrence by the user through the user interface (Inspector panel) or using Python scripting.
Note
Custom Properties are listed in the
Other Properties
folder of the Inspector panel.

Related topics

  • About the Product Structure (Tree)
  • Occurrence Components

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
    • Default properties

    • Metadata properties

    • Custom properties

    • Related topics