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
​

Asset Transformer SDK
​
​
pxz
  • Functions
Algo
  • Functions
  • Types
CAD
  • Functions
  • Types
Core
  • Functions
  • Events
  • Types
Geom
  • Functions
  • Types
IO
  • Functions
  • Types
    • CloudDirectory
    • CloudFile
    • DropBoxAccess
    • ExportFilePath
    • ExportFilePathList
    • FileFormat
    • FileFormatDescription
    • FileFormatList
    • FilesList
    • ImportFilePath
    • ImportFilePathList
    • LocalDirectoryAccess
    • LocalFileAccess
    • OpenStackAccess
    • OwnCloudAccess
    • PriorityImportLevel
    • Protocol
    • VariantNameList
    • WebDAVAccess
    • exportFileCallback
    • importFileCallback
Material
  • Functions
  • Events
  • Types
Polygonal
  • Functions
  • Types
Scene
  • Functions
  • Events
  • Types
Unity
  • Functions
  • Events
  • Types
View
  • Functions
  • Events
  • Types
  1. Asset Transformer SDK (ex Pixyz)

IO

Python API types
Read time 5 minutes
Last updated 9 months ago

CloudDirectory

Select between:
  • local: io.LocalDirectoryAccess
  • openStack: io.OpenStackAccess
  • dropBox: io.DropBoxAccess
  • ownCloud: io.OwnCloudAccess
  • webDAV: io.WebDAVAccess

CloudFile

Select between:
  • local: io.LocalFileAccess
  • openStack: io.OpenStackAccess
  • dropBox: io.DropBoxAccess
  • ownCloud: io.OwnCloudAccess
  • webDAV: io.WebDAVAccess

DropBoxAccess

DropBox connection informations. Fields

Type

Name

Default

Description

pathString
tokenString

ExportFilePath

File path of a supported file for export. Base class: core.OutputFilePath
Functions accepting this type or a list of this type as a parameter:
  • core.save
  • core.generateActivationCode
  • core.generateDeactivationCode
  • core.setCoreDumpFile
  • core.setLogFile
  • io.exportScene
  • io.exportSelection
  • material.exportImage
  • view.takeScreenshot
  • core.load
  • core.installLicense
  • core.getModuleDescFromXML
  • io.importPicture
  • io.importScene
  • io.listVariants
  • io.splitPointCloud
  • material.importImage
  • scene.exportFilterLibrary
  • scene.importFilterLibrary
  • algo.configureFunctionLogger
  • algo.bakeMaterialPropertyMap
  • algo.bakeOccurrencePropertyMap
  • algo.sawWithAABB
  • algo.sawWithOBB
  • algo.sawWithPlane
  • cad.configureFunctionLogger
  • core.configureFunctionLogger
  • core.getEvent
  • core.getEvents
  • core.getFunction
  • core.getFunctions
  • core.getGroup
  • core.getGroups
  • core.getModuleTypes
  • core.getType
  • core.getTypeAttributes
  • core.addWantedToken
  • core.checkWebLogin
  • core.configureLicenseServer
  • core.needToken
  • core.ownToken
  • core.releaseToken
  • core.releaseWebLicense
  • core.removeWantedToken
  • core.requestWebLicense
  • core.retrieveWebLicenses
  • core.tokenValid
  • core.parallelStart
  • core.removeModule
  • core.pushProgression
  • core.addCustomProperties
  • core.addCustomProperty
  • core.getModuleProperty
  • core.getModulePropertyInfo
  • core.getProperties
  • core.getProperty
  • core.getPropertyInfo
  • core.hasCustomProperty
  • core.hasProperty
  • core.listModuleProperties
  • core.removeCustomProperty
  • core.restoreModulePropertyDefaultValue
  • core.setModuleProperty
  • core.setProperties
  • core.setProperty
  • core.unsetProperty
  • core.startUndoRedoStep
  • core.log
  • geom.configureFunctionLogger
  • io.configureFunctionLogger
  • io.addAssetPaths
  • io.findInDirectories
  • io.setAssetPaths
  • io.importRemote3mxFile
  • io.registerIOCallbacks
  • io.getExtensionPriority
  • material.addUniformProperty
  • material.configureFunctionLogger
  • material.createCustomMaterialPattern
  • material.createMaterial
  • material.findCustomMaterialPatternByName
  • material.findMaterialsByPattern
  • material.findMaterialsByProperty
  • material.getPointsAndMaterialFromText
  • material.getUniformPropertyType
  • material.setCoeffOrTextureProperty
  • material.setColorAlphaProperty
  • material.setColorOrTextureProperty
  • material.setFragmentShader
  • material.setMaterialPattern
  • material.setVertexShader
  • material.createImageFromData
  • polygonal.configureFunctionLogger
  • polygonal.createMeshFromText
  • scene.configureFunctionLogger
  • scene.createOccurrence
  • scene.createOccurrenceFromSelection
  • scene.createOccurrenceFromText
  • scene.createOccurrences
  • scene.getActivePropertyValue
  • scene.getActivePropertyValues
  • scene.setOccurrenceName
  • scene.findOccurrencesByMetadata
  • scene.findOccurrencesByProperty
  • scene.createLight
  • scene.addMetadata
  • scene.addMetadataBlock
  • scene.getMetadata
  • scene.removeMetadata
  • scene.createAlternativeTree
  • scene.createAnimation
  • scene.getSubChannel
  • scene.linkPropertyToAnimation
  • scene.unlinkPropertyToAnimation
  • scene.addFilterToLibrary
  • scene.findFilterByName
  • scene.setReferencedDataComponentPath
  • scene.addAnnotationGroup
  • scene.addVariant
  • scene.duplicateVariant
  • unity.configureFunctionLogger
  • view.configureFunctionLogger
  • view.getViewerProperty
  • view.getViewerPropertyInfo
  • view.setViewerProperty
  • view.startRecording

ExportFilePathList

List of io.ExportFilePath

FileFormat

Describe the file format. Fields

Type

Name

Default

Description

productString
extensionString
versionString
priorityPriorityImportLevelPriority_1
readBooleanFalse
writeBooleanFalse
hasTessellatedFileFormatDescriptionNOT_APPLICABLE
hasBREPFileFormatDescriptionNOT_APPLICABLE
hasAlternativeImporterFileFormatDescriptionNOT_APPLICABLE
hasMetadataFileFormatDescriptionNOT_APPLICABLE
hasPMIFileFormatDescriptionNOT_APPLICABLE
osMaskInt7Mask based on Windows (1), Linux (2), OSX (4).
Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

FileFormatDescription

Enumeration of option states. Enum of core.Int

Name

Value

NO0
YES1
NOT_APPLICABLE2

FileFormatList

List of io.FileFormat
Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

FilesList

List of core.FilePath
Functions accepting this type or a list of this type as a parameter:
  • io.importFiles

ImportFilePath

File path of a supported file for import. Base class: core.FilePath
Functions accepting this type or a list of this type as a parameter:
  • core.load
  • core.installLicense
  • core.getModuleDescFromXML
  • io.importPicture
  • io.importScene
  • io.listVariants
  • io.splitPointCloud
  • material.importImage
  • scene.exportFilterLibrary
  • scene.importFilterLibrary
  • algo.configureFunctionLogger
  • algo.bakeMaterialPropertyMap
  • algo.bakeOccurrencePropertyMap
  • algo.sawWithAABB
  • algo.sawWithOBB
  • algo.sawWithPlane
  • cad.configureFunctionLogger
  • core.configureFunctionLogger
  • core.getEvent
  • core.getEvents
  • core.getFunction
  • core.getFunctions
  • core.getGroup
  • core.getGroups
  • core.getModuleTypes
  • core.getType
  • core.getTypeAttributes
  • core.addWantedToken
  • core.checkWebLogin
  • core.configureLicenseServer
  • core.needToken
  • core.ownToken
  • core.releaseToken
  • core.releaseWebLicense
  • core.removeWantedToken
  • core.requestWebLicense
  • core.retrieveWebLicenses
  • core.tokenValid
  • core.parallelStart
  • core.removeModule
  • core.pushProgression
  • core.addCustomProperties
  • core.addCustomProperty
  • core.getModuleProperty
  • core.getModulePropertyInfo
  • core.getProperties
  • core.getProperty
  • core.getPropertyInfo
  • core.hasCustomProperty
  • core.hasProperty
  • core.listModuleProperties
  • core.removeCustomProperty
  • core.restoreModulePropertyDefaultValue
  • core.setModuleProperty
  • core.setProperties
  • core.setProperty
  • core.unsetProperty
  • core.startUndoRedoStep
  • core.log
  • geom.configureFunctionLogger
  • io.configureFunctionLogger
  • io.addAssetPaths
  • io.findInDirectories
  • io.setAssetPaths
  • io.importRemote3mxFile
  • io.registerIOCallbacks
  • io.getExtensionPriority
  • material.addUniformProperty
  • material.configureFunctionLogger
  • material.createCustomMaterialPattern
  • material.createMaterial
  • material.findCustomMaterialPatternByName
  • material.findMaterialsByPattern
  • material.findMaterialsByProperty
  • material.getPointsAndMaterialFromText
  • material.getUniformPropertyType
  • material.setCoeffOrTextureProperty
  • material.setColorAlphaProperty
  • material.setColorOrTextureProperty
  • material.setFragmentShader
  • material.setMaterialPattern
  • material.setVertexShader
  • material.createImageFromData
  • polygonal.configureFunctionLogger
  • polygonal.createMeshFromText
  • scene.configureFunctionLogger
  • scene.createOccurrence
  • scene.createOccurrenceFromSelection
  • scene.createOccurrenceFromText
  • scene.createOccurrences
  • scene.getActivePropertyValue
  • scene.getActivePropertyValues
  • scene.setOccurrenceName
  • scene.findOccurrencesByMetadata
  • scene.findOccurrencesByProperty
  • scene.createLight
  • scene.addMetadata
  • scene.addMetadataBlock
  • scene.getMetadata
  • scene.removeMetadata
  • scene.createAlternativeTree
  • scene.createAnimation
  • scene.getSubChannel
  • scene.linkPropertyToAnimation
  • scene.unlinkPropertyToAnimation
  • scene.addFilterToLibrary
  • scene.findFilterByName
  • scene.setReferencedDataComponentPath
  • scene.addAnnotationGroup
  • scene.addVariant
  • scene.duplicateVariant
  • unity.configureFunctionLogger
  • view.configureFunctionLogger
  • view.getViewerProperty
  • view.getViewerPropertyInfo
  • view.setViewerProperty
  • view.startRecording

ImportFilePathList

List of io.ImportFilePath

LocalDirectoryAccess

Local file. Fields

Type

Name

Default

Description

pathDirectoryPath

LocalFileAccess

Local file. Fields

Type

Name

Default

Description

pathFilePath

OpenStackAccess

OpenStack connection informations. Fields

Type

Name

Default

Description

pathString
authUrlString
regionString
userString
passwordPassword
domainIdString
projectIdString
containerString
objectStoreStringswift

OwnCloudAccess

OwnCloud connection informations. Fields

Type

Name

Default

Description

pathString
authUrlString
userString
passwordPassword

PriorityImportLevel

Priority levels for importer. Enum of core.Int

Name

Value

unavailable0
Priority_11
Priority_22
Priority_33
Priority_44
Priority_55
Priority_66
Priority_77
Priority_88
Priority_99
Priority_1010

Protocol

Web access protocol. Enum of core.Int

Name

Value

HTTP1
HTTPS2

VariantNameList

List of core.String

WebDAVAccess

WebDAV connection informations. Fields

Type

Name

Default

Description

pathString
hostString
portUShort0
protocolProtocolHTTP
userString
passwordPassword
urlString

exportFileCallback

Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

importFileCallback

Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

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
    • CloudDirectory

    • CloudFile

    • DropBoxAccess

    • ExportFilePath

    • ExportFilePathList

    • FileFormat

    • FileFormatDescription

    • FileFormatList

    • FilesList

    • ImportFilePath

    • ImportFilePathList

    • LocalDirectoryAccess

    • LocalFileAccess

    • OpenStackAccess

    • OwnCloudAccess

    • PriorityImportLevel

    • Protocol

    • VariantNameList

    • WebDAVAccess

    • exportFileCallback

    • importFileCallback


Report a problem with this page