Eric
Eric
**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...
**Release Type**: Official Release **Version**: 4.1.01734 **Platform(s)**: Windows **Describe the bug** Stride appears to use an unbounded amount of memory when generating navigation meshes from (a) heightmap(s). **To Reproduce** Steps...
# PR Details Fixes problems with the AssemblyProcessor solution and how it is used throughout Stride. ## Description * Clean up the projects in the AssemblyProcessor solution and have them...
Trying to get some diagnostics information about the changes AssemblyProcessor is making when building projects, I ran into a number of issues. AssemblyProcessor is checked in built for `net6` and...
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...
The Stride Editor shows local transforms for all entities exclusively. This isn't much of a problem if all models are the same scale and are used as-is. However there are...
Consider declaring the types in `/openvr/headers/openvr_api.cs` with the `partial` modifier. This will greatly simplify integrating the types in applications, because that way the types can be augmented with for example...
I am trying to map a series of enums which are declared and then used as follows: ```C++ namespace Lib { struct SomeEnumName { enum Enum { EUndefined, ... }...
Partial fix for #2648 on Windows only. Signed-off-by: Eric 