Python for Unity | Python for Unity | 2.0.1-preview.2
docs.unity3d.com
    Show / Hide Table of Contents

    Python for Unity

    Python for Unity facilitates Unity's interaction with various media and entertainment industry applications and ensures that you can integrate Unity into a broader production pipeline seamlessly. Potential benefits of using Python in your Unity project include:

    • Automating scene and sequence assembly in the context of using Unity as a real-time renderer.
    • Automating time consuming tasks like duplicating or modifying a large quantity of Assets.
    • Authoring custom editor tools that could both use complex UI elements and interact natively with other DCC suites.

    Python for Unity requires installing third-party software.

    Python for Unity provides:

    • A Python Script Editor window principally aimed at Technical Artists who want to run short scripts and easily create new menu items that run Python code.
    • An in-process API aimed at Pipeline Technical Directors who want to call studio scripts implemented in Python from C# and vice versa.
    • An out-of-process API aimed at Pipeline Technical Directors who want to create a live link between Unity and their studio's custom applications implemented in Python.
    • Project Settings.
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX