docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    What's new on SystemGraph

    New rendering of edges in system graphs

    PCB traces

    SystemGraph now renders edges as PCB traces, auto-routing the edges to avoid overlap.

    Change node frequency using a C# script

    You can now change a node's clock source and clock frequency at runtime. See SetNodeUseClockSourceForNextFrame and SetNodeFrequencyForNextFrame in the Scheduler class for details.

    More accurate timings

    The Scheduler now uses double precision to keep track of time.

    Get SystemGraph's DeltaTime from a node

    In a node's OnTick method, you can now get the elapsed simulation time since the previous call to OnTick. See ClockState.DeltaTime for details.

    Access more scheduler properties using a C# script

    You can now get the Paused state and the TimeScaleFactor from a C# script.

    Multiple UI fixes

    Refer to the changelog for the complete list.

    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)