docs.unity3d.com
Version: 

    Exporting Files

    After 3D/CAD models have been imported, assembled, prepared and optimized in Pixyz Studio, they can be exported in several file formats, among the most used in the industry: FBX, glTF, USDZ…

    Find here all the formats supported at export in Pixyz Studio.

    How To

    To export, use the several options available in the File menu:

    Menu option Description Keyboard Shortcut
    Export Scene Used to export the current scene to a supported file format
    Choose a format using the filters, a file name and save:
    Image
    CTRL + E
    Export Selection Used to export the selected occurrences to a supported file format CTRL + SHIFT + E
    Save Project Used to save the current project CTRL + S
    Save Project As Used to save the current project as new *.pxz project CTRL + ALT + S
    Save Selection Used to save the current selection in a new *.pxz project

    Exporting to Unity Editor

    To export optimized models using Pixyz Studio in a Unity Editor project, there are several options. Each has its advantages and limitations, the choice depends on the project requirements.

    Recommended paths are: Upload Scene To Unity Cloud Asset Manager and the glTF+glTFast workflow.

    Workflow option Workflow description Workflow limitation
    Upload Scene To Unity Asset Manager Upload the meshes from the scene to Unity Asset Manager. Assets can be then imported in Unity Editor from the Asset Manager Asset is stored on Unity Cloud, which can be a limitation in closed environments.
    glTF Export files as binarized glTF files in .glb format, and then use the Unity glTFast plugin to import the generated files into the Unity Editor. Works with Unity Runtime apps as well You must first export files in glTF format, and then, using the plugin, import files into the Unity Editor.
    glTFast currently doesn't export metadata to the .glTF format. glTFast is working on fixing this limitation. As a workaround, you can use the .fbx format to preserve metadata.
    Unity Editor native importers Export in a format that is natively supported by Unity Editor at import, such as the .fbx format or the .obj format Some information might get lost depending on the format used to export from Pixyz. For example, the OBJ format loses the hierarchy.
    Pixyz Plugin importers Export in a format natively supported by Pixyz Plugin for Unity at import Pixyz Plugin workflow requires to have the Pixyz Plugin package installed in your project and a Unity Industry license. Also note that extra process/optimization might happen over the exported model when using the Plugin.
    Prefab Export as a .prefab file directly in the targeted Unity project Prefab workflow is the most straightforward, but some information is not preserved like metadata, animation or 2nd UV channels (more information here). Thus it is not recommended.

    Export parameters

    Some export formats can be parameterized from Preferences (F9) > IO > Export :

    Image

    Export Preference Description
    UpAxis Use to define the Up-axis of the exported files. Affects FBX and USD formats only. Other formats are exported in the up-axis defined in their specification. If undefined, Pixyz up-axis is used (Y-up).
    ExportHiddenParts Hidden parts (visibility enabled) are exported if enabled (as hidden parts)
    ExportAnimation Animations are exported if enabled, providing the export format supports animation: glTF (see Supported formats table)
    ExportMetadata Metadata stored in Metadata components on top of occurrences are exported if enabled, providing the export format supports metadata (see Supported formats table)

    Exporting Textures

    To export textures, see the dedicated page here.

    Export and scripting

    Exporting files using the Python API is not possible in Pixyz Studio, as batching files is not allowed. Functions such as pxz.io.exportScene() are not exposed in the API.

    Pixyz SDK is the Pixyz dedicated tool for batching/automation purposes.

    Pixyz Studio 2025.1.1.2 based on SDK 2025.1.2.3
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your 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.
    Generated by DocFX.