docs.unity3d.com
Version: 

    Exporting GLB With Draco Compression

    Pixyz Studio can export binarized glTF files (.glb), a format that's broadly used to consume 3D models on the web.

    It is also possible to export .glb files using Draco mesh compression.

    Draco mesh compression is a method used to compress and decompress geometric meshes, making .glb files much lighter, meaning faster upload/download time.

    Note

    In Pixyz Studio, only Compression is supported, Decompression is not supported yet

    How To

    Go to Preferences (F9) > IO > Export > GLTF and enable the ExportGLTFDraco parameter.

    There are advanced parameters that are meant to fine-tune Draco compression behavior.

    Image

    Scripting

    The ExportGLTFDraco parameter (and the other advanced parameters as well) can be declared in a script and set to True or False, by using the following command:

    core.setModuleProperty("IO", "ExportGLTFDraco", "True")
    
    Pixyz Studio 2024.1.0.44 based on SDK 2024.3.0.14
    • 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.