ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Asset Transformer SDK

2026.4

サポート対象
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.4

サポート対象
​

このページは選択した言語では使用できません。
Asset Transformer SDK
​
​
pxz
  • Functions
    • initialize
    • release
Algo
  • Functions
  • Types
CAD
  • Functions
  • Types
Core
  • Functions
  • Events
  • Types
Geom
  • Functions
  • Types
IO
  • Functions
  • Types
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)

pxz

Python API functions
読み終わるまでの所要時間 1 分
最終更新 3ヶ月前

initialization

initialize

Start a new Pixyz session. This step is mandatory before using any SDK features.
This function will acquire previously installed license (e.g using core.configureLicenseServer or core.installLicense).
pxz.initialize(productName=None, validationKey=None, optionalTokenList=None, license=None)
Parameters

Type

Name

Description

StringproductNameOptional name of the Pixyz product to initialize. Leave empty if using the 'PixyzSDK' product.
StringvalidationKeyOptional validation key linked to the specified product name. Leave empty if no product name was specified.
StringListoptionalTokenListOptional token list for some products using a limited list of features.
StringlicenseOptional license file path to configure the session with. If not specified the session will use a previously installed license using core.configureLicenseServer or core.installLicense.
See also:
  • pxz.release

release

Terminate the initialized Pixyz session, ensuring memory cleanup and license release. This call is optional, as these steps will automatically occur when the process terminates.
pxz.release()
See also:
  • pxz.initialize

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • initialization

      • initialize

      • release


このページの問題を報告する