stride icon indicating copy to clipboard operation
stride copied to clipboard

Stride Game Engine (formerly Xenko)

Results 325 stride issues
Sort by recently updated
recently updated
newest added

# Question and/or Comment Is there a complete mmorpg example? Similar to wow. I am very optimistic about this engine. I have been following it for a few years since...

question

I am working on refactoring the editor, and ran in to the question of where to store per-asset data that is only used in the editor. Currently classes like the...

question

# PR Details Adds GTAO, a high-quality ambient occlusion technique. ![image](https://user-images.githubusercontent.com/1094716/190168198-6a70e6dd-f923-4152-bca3-78c48369d1ca.png) ## Description Adds a second ambient occlusion technique. It is more expensive than the existing one but has higher...

# PR Details ## Description This PR removes native ThreadSleep function and replaces with .NET Thread.Sleep ## Related Issue #1394 ## Types of changes - [x] Docs change / refactoring...

**Release Type**: Official Release **Version**: 4.1 **Platform(s)**: Windows **Describe the bug** When setting the light probe bounces to more than 1, the lighting and post processing breaks. **To Reproduce** Steps...

bug

**Is your feature request related to a problem? Please describe.** Stride 4.1 updated to .NET 6, and in the process dropped UWP support because it doesn't officially support .NET 5+....

enhancement
area-Build

# PR Details Originally, the grid could be only drawn in one plane (X, Y or Z). This PR enables the grids to be drawn in multiple planes. ![image](https://user-images.githubusercontent.com/88014292/187023297-60bc5641-921c-47af-8c81-153b14321a49.png) ![image](https://user-images.githubusercontent.com/88014292/187023308-7ac68111-5823-41ce-93f1-31434fe73b82.png)...

# PR Details `Yaw` will always be equal to `desiredYaw` as they are both private and set to each other at line 105, therefore the entire logic from 92-103 doesn't...

# PR Details Some points in the template use `this.GetSimulation().FixedTimeStep` as the delta time, that represents the delta between fixed update of the physics simulation, not the delta between each...

The Stride Launcher silently dies when I click on the button **Start 4.1.1.1734** but the error is in the Event Viewer. Visual Studio 2022 wasn't installed. .NET 6 Runtime was...

question