docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PerformanceBottleneck

    The performance bottleneck enum describes what is currently limiting the system.

    Namespace: UnityEngine.AdaptivePerformance
    Assembly: Unity.AdaptivePerformance.dll
    Syntax
    public enum PerformanceBottleneck

    Fields

    Name Description
    CPU

    Framerate is limited by CPU processing.

    GPU

    Framerate is limited by GPU processing.

    TargetFrameRate

    Framerate is limited by Application.targetFrameRate. In this case, you should consider lowering the application's performance requirements (see AutomaticPerformanceControl).

    Unknown

    Framerate bottleneck is unknown.

    In This Article
    Back to top
    Copyright © 2025 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)