docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum AnimationInputSettings.CurveSimplificationOptions

    Available options for animation curve data compression.

    Namespace: UnityEditor.Recorder.Input
    Assembly: solution.dll
    Syntax
    public enum AnimationInputSettings.CurveSimplificationOptions

    Fields

    Name Description
    Disabled

    No compression. The Recorder saves all animation keys throughout the recording, even when the animation curve is a straight line. This might result in large files and slow playback.

    Lossless

    Keyframe reduction of constant curves. The Recorder removes all unnecessary keys when the animation curve is a straight line, but keeps all recorded keys as long as the animation is not constant.

    Lossy

    Overall keyframe reduction. The Recorder removes animation keys based on a relative tolerance of 0.5 percent, to overall simplify the curve. This reduces the file size but directly affects the original curve accuracy.

    In This Article
    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