Xenko

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • Manual
  • API
  • Release notes
    Show / Hide Table of Contents

    Assets

    Beginner

    An asset is a representation of an element of your game inside Game Studio. Assets include things like textures, models, and animations.

    Some assets require resource files. For example, texture assets need an image file 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 Xenko. Compiled assets are packed together as bundles and can be reused.

    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

    • Create assets
    • Manage assets
    • Use assets
    • Improve this Doc

    Back to top

    Copyright © 2016 Silicon Studio
    Generated by DocFX