Search Results for

    Show / Hide Table of Contents

    Scripts debugging

    Debugger

    If your script is producing unexpected result at runtime, you can debug it. There are several ways to do it. Te easiest one is to use Debug.Log. Then you can preview the output in Debug window.

    Debug window

    Code Editor

    Flax supports various code editors integrations and allows to integrate cstom ones via plugins. You can use editor options to change the current editor (in Source Code tab).

    Source Code Editor

    Using a debugger

    The best way to debug you code is to use an IDE such as Visual Studio. See the dedicated documentation:

    • Visual Studio
    • Visual Studio Code
    • Rider
    • Improve this Doc
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat