Project structure

    Xenko organizes project files into packages. Each package comprises several folders and an *.xkpkg file which describes the package.

    A project can contain one package or several. You can share packages between projects.

    • Bin contains the compiled binaries and data. Xenko creates the folder when you build the project, with a subdirectory for each platform.

    • MyGame.Platform contains additional code for the platforms your project supports. Game Studio creates folders for each platform (eg MyPackage.Windows, MyPackage.Linux, etc). These folders are usually small, and only contain the entry point of the program.

    For advice about the best way to organize your project, see the page.