stride
stride copied to clipboard
Stride Game Engine (formerly Xenko)
# PR Details Added overload for Entity constructor. ## Description Now you can create entities with rotation parameter ## Motivation and Context In my game with procedural generation, many prefabs...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when look at the scenes while debugging and always see ["Scene Scene" value](https://github.com/stride3d/stride/blob/a243fdc84327afe4e99a56c589df0c18fff11bd2/sources/core/Stride.Core/ComponentBase.cs#L31). This makes hard to...
Various ideas this Epic covers: * Make our task system alloc-free (possible with recent C# version) so that people are not afraid to create thousands of scripts with `await` *...
## Description * Adds recommendation for GitExtensions * More direct warning of downloading the zip * Adds lfs info to" build without visual studio" * Adds info of failing test...
**Release Type**: * `releases/4.1.0.1734-7-gb1a503f2` (`master`) * `releases/4.1.0.1734-55-g4dc12c95` (#1469) **Platform(s)**: Windows **Describe the bug** The types of equally named parameters are not guaranteed to be equal, but their values are expected...
# PR Details Migrate away from IL weaving and take the first steps to improve memory management. The mode of operation has generally been not to rewrite to safe code...
# PR Details Continuing to address C# warnings. ## Description This change addresses most or all of the following issues: CS0414 - The field 'foo' is assigned but its value...
**Release Type**: Official Release **Version**: 4.1.0.1734 **Platform**: Windows **Describe the bug** Exception during switching to windowed mode. **To Reproduce** Steps to reproduce the behavior: 1. Create a new game project...
**Is your feature request related to a problem? Please describe.** When there's subtle differences between platforms or graphics cards there may be subtle differences in generated images. I had a...
**Release Type**: Official Release **Version**: 4.1.0.1734 **Platform(s)**: Windows **Describe the bug** Dragging the script to add it to an entity is blocked by the message: "No scripts inheriting from ScriptComponent...