文档

​
​

Development

User Acquisition

Monetization

工业

Unity Cloud

Get Started

Asset Manager SDKs and services

Open Unity Dashboard

Unity Cloud

此页面不支持所选语言。
​
​
Unity Dashboard
  • Accounts
  • Organizations
  • Projects
  • Products
  • Billing
Developer Data
  • Introduction to the Developer Data Framework
  • Get started
  • View Diagnostics for your project
  • Privacy and consent
Unity Asset Manager
  • What's new
  • Asset Manager web
  • Asset Store
  • Manage Assets in the Editor
  • Unity Version Control
  • Developer documentation
    • Asset Manager SDKs and services
    • Integrations
      • Get started with your Asset Manager integration
      • Unity Cloud Python SDK
        • Prerequisites
        • Get started
        • Security information
        • Manage Identity
        • Manage assets
        • Manage asset versions
        • Manage datasets and files
        • Manage metadata
        • Manage collections
        • Manage transformations
        • Manage asset status
        • Manage VCS integrations
        • Open Dashboard
        • Configure Self-Hosted Deployment
        • Samples
        • Configure logs
        • Troubleshooting
      • Unity Pipeline Automation
      • Asset Manager for Unity Asset Transformer Studio
      • Asset Manager for Blender
Unity Pipeline Automation
  • About
  • Get started
  • Pipelines
  • Automations
  • Monitor jobs
  1. Unity Cloud Documentation
  2. Asset Manager
  3. Unity Cloud Python SDK

Configure Self-Hosted Deployment

Set up Python SDK to use Self-Hosted Deployment.
阅读时间1 分钟
最后更新于 2 个月前

Configuration parameters

To configure the Python SDK to use Self-Hosted Deployment, you need to provide three parameters:
  • The Fully Qualified Domain Name to your Self-Hosted Deployment (example:
    your-private-cloud-fqdn.com
    )
  • The path prefix to append to the Fully Qualified Domain Name to create the Self-Hosted Deployment base URL (example:
    /backend
    )
  • The full URL to your Self-Hosted Deployment OpenID Connect (OIDC) configuration file (example:
    https://your-private-cloud-fqdn.com/auth/realms/unity/.well-known/openid-configuration
    )

Configure from code

Use the following method before calling initialize:
integration_creation = unity_cloud.set_private_cloud(fully_qualified_domain_name="my-fqdn", openid_config_url="my-oidc-config-url", path_prefix="my-path-prefix")

Configure with environment variables

Ensure the appropriate environment variables are set before running your python script:
  • UNITY_CLOUD_SERVICES_FQDN
  • UNITY_CLOUD_SERVICES_FQDN_PATH_PREFIX
  • UNITY_CLOUD_SERVICES_OPENID_CONFIGURATION_URL

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Configuration parameters

      • Configure from code

      • Configure with environment variables


报告此页面的问题