docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Export via an Alembic Exporter component

    Export a Unity GameObject as an Alembic file using an Alembic Exporter Component.

    Note

    The Alembic Exporter Component is available by default in the Alembic for Unity package.

    Setup guidelines

    To configure a Scene to export an Alembic file:

    1. Add an Alembic Exporter component to a GameObject in the Scene.
      You can add it to an empty GameObject in the Scene, it is not necessary to add it to the GameObjects you need to export.

      The Export Settings window

    2. Configure the component to export the entire Scene or individual GameObject hierarchies.

    3. Set the Alembic Exporter Component properties according to your output needs:

      • In Capture Settings, specify the targeted export scope and the type of data you want to export.

      • In Alembic Settings, specify the ways to output the data as an Alembic file.

      • In Output Path, specify the name and location of the file to save the data to.

    4. Set up the capture options and review the descriptions of the Capture Control buttons to get a capture timing strategy that fits your export needs.

    5. Enter Play mode to start the export.

    Draw Call Batching

    Warning

    Using the Alembic Exporter component automatically disables Draw Call Batching. Because of this, you might notice your Scene slowing down, because the elements are no longer static.

    If the target Mesh group is valid after being batched, then the Alembic package exports it. In some cases, Unity batches the data multiple times and the results may change.

    To re-enable batching in your project after using the Exporter component, open the Rendering section of Player settings (from Unity's main menu: Edit > Project Settings > Player > Other Settings > Rendering). However, you should not re-enable Draw Call Batching while using the Alembic Exporter component.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)