docs.unity3d.com
Version: 

    Import files

    API functions:

    • io.importScene: import one file at a time. Function is multi-threaded when possible (depending on format).
    • io.importFiles: import multiple files at a time. If possible, each file will be imported in a different thread, making it more efficient than just looping over files and using io.importScene.
    Note

    Check IO preferences to modify import settings such as PMI loading, coordinate system options, alternative importers...

    Load Pixyz files (.pxz)

    .pxz is Pixyz Engine proprietary file format. Saving/Loading .pxz files is extremely fast and we recommend using it if going from one instance of Pixyz to another one.

    API functions:

    • core.load: load and replace the current scene by the one from the .pxz file
    • core.save: save the current scene as .pxz

    Related Topics

    • Supported file formats
    • Importing Alias files
    • Importing VRED files
    • Importing RVM files
    • Importing ReCap files
    Version 2024.2.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.