Marian Dziubiak
Marian Dziubiak
**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**: GitHub **Version**: master **Platform(s)**: N/A **Describe the bug** I'm not currently sure why or if always but on the below line the `parentScene` is not set, which results...
# 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...
**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...
**Describe the bug** The automated build fails for Android and iOS ``` C:\Program Files\dotnet\sdk\6.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1147: To install these workloads, run the following command: dotnet workload install android ``` ```...
**Is your feature request related to a problem? Please describe.** In code only scenarios where editor isn't used it is tedious to mark each new asset as RootAsset by manually...
**Is your feature request related to a problem? Please describe.** The current error message and exception thrown when MSBuild is not found says: > Could not find a compatible version...
**Release Type**: Official Release **Version**: any **Describe the bug** When a physics component, such as `RigidbodyComponent` is obtained through `GetOrCreate` method on an entity, it is attached before the user...
# PR Details ## Description This is a continuation of #1953 to fix performance issues with the Profiler. As part of this work I ended up producing #2049. From #1953...
**Is your feature request related to a problem? Please describe.** New users may become discouraged when dealing with issues early on. Having an opportunity I decided to install Stride onto...