Table of Contents

Assets

Beginner

An asset is a representation of an element of your game inside Game Studio, such as a texture, animation, or model.

Some assets require resource files. For example, texture assets need image files and audio assets need audio files. Other types of assets (such as scenes, physics colliders, and game settings) don't use resource files, and can be created entirely in Game Studio.

You can compile and optimize assets with a special compiler provided by Stride. Compiled assets are packed together as reusable bundles.

Assets displayed in the Asset View

You can:

  • create and browse assets in the Asset View

    media/Editor2_assetview_thumb.jpg

  • import existing assets, such as FBX files

    media/EditorImportAssets_explorer_thumb.jpg

  • edit assets in the property editor

    media/EditorProperties_props_thumb.jpg

  • see a live preview in the Asset Preview

    media/EditorProperties_preview_thumb.jpg

In this section