stride
stride copied to clipboard
Stride Game Engine (formerly Xenko)
**Release Type**: Official Release **Version**: 4.1.0.1734 **Platform(s)**: Windows **Describe the bug** The asset compiler throws an exception when a material uses in a layer another material that is already used...
# Plugin system RFC A long await solution to #13. The goal of this document is to provide a description of a plugin system, both in terms of usability and...
**Release Type**: Latest as of writing [PhysicsComponent](https://github.com/stride3d/stride/blob/a243fdc84327afe4e99a56c589df0c18fff11bd2/sources/engine/Stride.Physics/Engine/PhysicsComponent.cs#L55) has both `ColliderShape` and `ColliderShapes`, how each type differs is not as obvious as it should be.
#### Items to complete prior to publishing - [x] #1386 - [x] #1221 - [x] #1393 - [x] #1401 - [x] #1411 - [x] #1408 - **In Review** stride3d/stride-docs#84 -...
**Describe the bug** The `SV_SampleIndex` semantic is only allowed as input to the pixel shader stage. If used, it gets created as vertex shader input and output which leads to...
**Release Type**: Official Release/GitHub (please choose appropriate option) Official **Version**: Version number and/or git branch 3.1.0.1-beta01-0359 **Platform(s)**: Does the problem occur on Windows, Android...? Windows **Describe the bug** A clear...
**Release Type**: Official Release **Version**: 4.1 (4.1.0.1734) **Platform(s)**:Windows **Describe the bug** when I create new shader and set it as Displacement Map and edit that shader the values in Displacement...
**Release Type**: Official Release **Version**: 4.1.0.1734 **Platform(s)**: Windows **Describe the bug** For some reason you cannot drag and drop scripts to the code directly anymore, even tho they still conserve...
New features are available in recent versions of .NET that match functionality in `Stride.Core.Utilties` about exactly, employment of which can improve Stride in a number of ways. * Removing P/Invoke...
**Is your feature request related to a problem? Please describe.** The `Normalize()` method on the vector classes modifies the vector in place. That may be convenient but can lead to...