docs.unity3d.com
    Show / Hide Table of Contents

    Scene Cache

    Scene Cache is a feature to playback all frames of an .sc file that was exported using MeshSyncDCCPlugins installed in a DCC Tool.
    This functionality is very similar to AlembicForUnity, but it has the following differences:

    1. Scene Cache is designed to playback frames precisely with high performance.
    2. Scene Cache supports material export/import
    3. Unlike Alembic, .sc files are only playable in Unity.

    How to use

    From the menu, select Game Object > MeshSync > Create Cache Player, and then select the .sc file exported by the DCC tool.
    This will automatically create a GameObject with SceneCachePlayer component, which will be played automatically in PlayMode.

    Menu

    Normally, the playback is controlled using an Animator with an AnimationClip, but we can also control the playback of Scene Cache in Timeline.

    Scene Cache Player

    This component handles the playback of an .sc file.

    Properties

    • Cache File Path: the path to the .sc file.
      Copying the cache file to StreamingAssets is recommended, and can be done by simply clicking the Copy button.

      Playing .sc files located in folders outside the active Unity project is supported, but keep in mind that only the computer which stores those .sc files can play them.

    • Time: shows the playback time.
      Editing this property will update the animation, and it will also be updated automatically by AnimationClip or Timeline.

    • Interpolation
      Smoothens animations by interpolating the meshes and transforms between neighboring frames.
      Note that meshes are only interpolated if the topologies match (the vertex indexes remain unchanged).

    SceneCache shares a lot of properties with MeshSyncServer.
    Please refer to MeshSyncServer's documentation for more details.

    Tips

    • Material List property can be used to carry over existing materials when the cache file is updated.
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 on 18 October 2023