Stride 4.1 is Now Live
Stride contributors are proud to announce a new release now running on .NET 6 supporting the latest C# 10. That means you can now head to the download page and start developing your games using the latest .NET technologies.
Stride On .NET Live ๐
We had the pleasure to be on a live stream with the .NET team! We gave an introduction, overview and some live demos:
Improvements Summary ๐
Here's a non-exhaustive list of new improvements:
- .NET 6 support and VS 2022 plugin
- Stride 4.1 leverages the power of .NET 6
- Support for C# 10
- Dithered shadows for semi-transparent materials
- Physics constraints
- Bullet constraints wrapped around in easy to use functionality
- Editor gizmos for physics constraints
- Physics performance optimization
- ACES tonemaping
- Fog image effect
- Outline image effect
- Improved editor gizmos
- C# Intermediate tutorials project
- This Open Collective sub-project was successfully funded by the community. All related video recordings are available on Stride's Youtube channel and the tutorials page in the documentation will also be update to reflect the new project.
- Many more minor fixes and quality of life improvements
- Fixed sample game
- Simpler Procedural Model creation
- New math signatures (1122, 1121, 1090)
- Dispatcher/threadpool improvements
- Ambient Occlusion quality improvement
- And many other fixes
Improvement Details ๐
Dithered shadows for semi-transparent materials ๐
Produces semi-transparent shadows by poking more and more holes in the shadow map based on the transparency of the object, shadow map filtering will blur those holes with their neighbor which will result in those partially opaque pixels.
Physics constraints ๐
Stride's physics system Bullet comes with a set of constraints for you to use in your projects. These constraints are now all visible inside the editor, previewing the constraints using various editor gizmo.
For more information on all the types of constraints, you can read up about them in the Stride documentation or watch the video below.
Physics optimizations ๐
Retrieving collision and contact information was previously done by re-testing all components for collisions, which, as one might expect, led to awful performance for physics heavy scenes (could take up to and above 90% of the frame).
Contacts are now lazily evaluated to reduce overhead when nothing ends up reading them. Users can now read and iterate over all collisions through Simulation.CurrentCollisions.
Improved editor gizmos ๐
The old gizmos weren't very nice to look at, so this feature makes them look better and more user-friendly. It also changes how the rotation gizmo works and adds scale planes to the scale gizmo.
This feature also updates the text on the CameraOrientationGizmo to be XYZ instead of right/left. Still prefer the old text instead of the XYZ coordinate? Don't worry, there's a setting under the viewport settings that swaps it back to the old text.
Intermediate tutorials ๐
One of the first Open Collective sub-projects is the intermediate C# tutorials project. After discussion in community meetings and with various contributors donating directly to this project, the amount for this project to be included in Stride quickly became a realization.
With Stride 4.1, you will be able to select the C# intermediate tutorials project as a new template project. The template project contains (at the moment of writing) 11 topics that every developer will want to have a look at.
- UI basics
- Collision triggers
- Raycasting
- Projecting and Unprojecting
- Async(hronous) scripts
- Scene loading
- Animation basics
- Audio
- First person camera
- Third person camera
- Navigation
Each tutorial has a video tutorial accompanying it, which can be found on Stride's Youtube channel. Below you can find the full playlist.
Known Issues ๐
Integrated C# Editor ๐
The transition to .NET6 unfortunately broke the help tooltips and the code completion of the integrated C# code editor. But we decided to accept it for now, as everyone is using a proper C# editor anyways, such as Visual Studio, Rider or Visual Studio Code.
The reason for the error is that RoslynPad, the underlaying library, also needs an update or fix. We'll address this in one of the upcoming minor version releases.
A Little Help ๐
We, contributors, believe that Stride can help .NET game developers make the games they want with ease using their favorite languages. We want to make sure Stride offers the most comfortable environment for developing games, and this takes time and effort.
Since the free and open-source release of Stride, the community has been growing slowly, so we have decided to open a fund to reward developers for any contribution they make to Stride. We set up an Open Collective page to manage our funds and allocate money for features that the community would like to see implemented.
We have various bounties for bug fixes and features (Vulkan support, decals, morph targets, and many others). If you have or know someone with the skills to tackle those bounties, please reach out to us through the respective GitHub tickets. You can also contact us through our discord server or on GitHub to propose new bounties.
Contributors ๐
Many thanks to all the contributors who have donated their time and skill by adding features, fixing bugs, managing the build pipelines, adding documentation, and reviewing PRs.
Financial contributors ๐
Also, a huge thanks to the individuals and companies who contributed financially to our Open Collective!
- ORE System with a diamond sponsorship
- xen2 Core contributor that donated a large portion of the previous Patreon back through Open collective
- vvvv A visual live-programming environment for easy prototyping and development. It is designed to facilitate the handling of large media environments with physical interfaces, real-time motion graphics, audio and video that can interact with many users simultaneously. vvvv uses Stride
- Vaลกo
- Mitchel Albertz
- Bill
- Ideonella
- Soul Rider
- najak3d
- Eideren
- Jorn Aggror
- Marian Dziubiak
- Youness KAFIA
- David Thunderclown
- Christian Clavet
- Marko Viitanen
- Aaron Disibio
- z16
- Incognito
- Walter Hulsebos
- TheKeyblader
- James Rinker
- ztl
- Bruno Garcia
- BanditRevolver
- EmmX
- SeleDreams
- Vignette
- Longplay Games
- Redberd36
PhysicsTutorialsReleaseGraphics
Any comments? You can start ๐จ at GitHub Discussions or Discord.
Edit this page on .