Skip to content

Xenko 3.1 Phr00t Beta Release 6

Compare
Choose a tag to compare
@phr00t phr00t released this 17 Apr 15:49
· 2045 commits to master since this release

Requires Visual Studio 2019 Community (or better). Include cross-platform .NET development, Desktop .NET development (4.7.2+) and C++ development for Desktop.

Just run Xenko.GameStudio.exe to get started, once the above is satisfied.

Build projects through Visual Studio (press the "open in IDE" button), which is more reliable than using the "Play" button in Xenko.

If you don't want to use Vulkan, which isn't completely stable yet, modify your project's csproj file (for each build platform) & remove the <RuntimeIdentifier>win-vulkan</RuntimeIdentifier> line.

Changes

  • Significant performance improvements all around
  • Better Vulkan reliability -- can now use Vulkan fullscreen on game start (although switching from Window to Fullscreen after game has started still causes a crash)