Xenko 3.1 Released - Printable Version +- Sick Gaming (https://www.sickgaming.net) +-- Forum: Programming (https://www.sickgaming.net/forum-76.html) +--- Forum: Game Development (https://www.sickgaming.net/forum-80.html) +--- Thread: Xenko 3.1 Released (/thread-92450.html) |
Xenko 3.1 Released - xSicKxBot - 11-17-2019 Xenko 3.1 Released <div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2019/11/xenko-3-1-released.png" width="356" height="400" title="" alt="" /></div><div><p>The open source MIT licensed game engine <a href="http://xenko.com/">Xenko</a> just released version 3.1. We have featured Xenko several times in the past including this somewhat outdated <a href="https://www.gamefromscratch.com/page/Paradox-Game-Engine-Tutorial-Series.aspx">tutorial series</a>. The 3.1 release is somewhat difficult to nail down what is new, as the <a href="http://xenko.com/blog/release-xenko-3-1-0/">release blog post</a> primarily focuses on the new NuGet features:</p> <blockquote> <p>Xenko was always a big proponent of NuGet: since first version, Xenko was distributed as a NuGet package.</p> <p>However, due to limitations (hello packages.config and project.json!), we were leveraging NuGet more as a distribution medium than proper NuGet packages: Xenko 3.0 is still a monolithic single package and it would not work out of the box when referenced from Visual Studio without using Xenko Launcher and Game Studio.</p> <p>Xenko 3.0 paved the way by making Xenko compatible with the new project system (game projects were referencing Xenko using a <code>PackageReference</code>).</p> <p>Today, Xenko 3.1 brings Xenko as a set of smaller NuGet package, each containing one assembly, with proper dependencies:</p> <p><img alt="GitHub" src="https://www.sickgaming.net/blog/wp-content/uploads/2019/11/xenko-3-1-released.png"></p> <p>As a result, it is now possible to create a game project that references only the packages you want.</p> </blockquote> <p>You can learn more about the release, as well as a complete <em>unfiltered</em> change long <a href="http://xenko.com/blog/release-xenko-3-1-0/">here</a>. One other thing to be aware of before upgrading to Xenko 3.1 is the requirement to use Visual Studio 2019! You can learn more about Xenko and this release in the <a href="https://youtu.be/NogxH5SkuG0">video</a> below.</p> <p align="center"><iframe class='youtube-player' type='text/html' width='853' height='480' src='https://www.youtube.com/embed/NogxH5SkuG0?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent' allowfullscreen='true' style='border:0;'></iframe> </p> <p class="under"> <span class="categories"><a href="https://www.gamefromscratch.com/category/GameDev-News.aspx">GameDev News</a></span> <span class="tags"><a href="https://www.gamefromscratch.com/?tag=/Paradox" rel="tag">Paradox</a> <a href="https://www.gamefromscratch.com/?tag=/C%23" rel="tag">C#</a></span> </p> <hr> <!–</p> <p>–></p> </div> https://www.sickgaming.net/blog/2019/11/13/xenko-3-1-released/ |