Game Studio

    Game Studio is the central tool for game and application production in Xenko. In Game Studio, you can:

    • create and arrange scenes
    • import assets, modify their parameters and see changes in real time in the preview window
    • organize assets by folder, attach tags and get notifications from modified assets on the disk
    • build a game executable and run it directlyGame Studio is also integrated with your Visual Studio projects, so you can seamlessly sync and switch between them.

    The Property Grid (B) displays the properties of the asset or entity you select. You can edit the properties here.

    The Solution Explorer (C) displays the hierarchy of the elements of your project, such as assets, code files, packages and dependencies. You can create folders and objects, rename them, and move them.

    The Asset Preview tab (E) displays a preview of the selected asset. The preview changes based on the type of the asset you have selected. For example, you can play animations and sounds. This is a quick way to check changes to an asset when editing it in the Property Grid. By default, the Asset Preview is in the bottom right.

    You can show and hide different parts of the Game Studio in the View menu. You can also resize and move parts of the UI.

    In this section