Marian Dziubiak

Results 88 comments of Marian Dziubiak
trafficstars

I just noticed that for example GameProfilingSystem in Stride.Engine takes a runtime dependency on the default sprite font asset. With this PR I'd break it if someone imports Stride.Engine but...

It uses the FastTextRender rather than DebugText. See here: https://github.com/stride3d/stride/blob/ffd71acc8a8a26a80e5275f833b6e1442e98d01c/sources/engine/Stride.Engine/Profiling/GameProfilingSystem.cs#L354-L358

There's actually per country requirements for opt-in vs opt-out and EU for example requires opt-in by GDPR I believe. I founds this article that summarizes the cases for opt-in/opt-out https://termly.io/resources/articles/opt-in-vs-opt-out/

I'm thinking - while the collection of personal data requires explicit opt-in, things like non-personal telemetry are exempt. So we can still send the metrics on install provided we cannot...

Those last 2 commits is all it took on top of your previous PR? That's great!

Let me start by saying that relying on "official" guidance for _private_ members isn't exactly a strong reason. A much stronger one is to have a consistent formatting across the...

> I don't know if this is the case anywhere in the code, but we should also remove any occurrences of the name `field` in anticipation of [dotnet/csharplang#140](https://github.com/dotnet/csharplang/issues/140). The proposal...

You can try - it's probably going to add a lot of data into the generation, so watch out for it making the build a lot longer.

If I remember correctly, `` is used for XML comments (normal C# way of doing things), but there's a custom comments processor which reads `` and outputs a simplified file...

The solution is to filter out types which are generic as they can't be constructed. To be perfectly honest I don't think it is expected that scripts, or components in...