DE YU

Results 61 comments of DE YU

I actually have a use case for this attribute, I have worked on a [C# Wrapper Generator for GDExtension](https://github.com/Delsin-Yu/CSharp-Wrapper-Generator-for-GDExtension), and one specific GDExtension, Steam, have produced a single class with...

Just want to add to this, that having an in-game log pad / in-game message capture mechanism allows developers to early-report these errors under release builds, without delaying until they...

Back to the reloading order again... Is it possible to somehow refractor the reloading logic to ensure this editor reserialization call comes after a complete iteration of `to_reload`s? This will...

Any chance we can make this into 4.3?

> > ```cs > > public Task FooAsync(params CancellationToken[] values, CancellationToken ct)``` > > ``` > > Yes, that would be possible. It's just a collection that is passed to...

Can verify this PR indeed fixed the linked issue on my device https://github.com/user-attachments/assets/b9800224-607f-4c92-88ba-8432d443130e

Cryptography works as well. https://github.com/user-attachments/assets/e698e886-76f7-46a0-9f3a-63113b677917 ![image](https://github.com/user-attachments/assets/d35c9e1a-3dc5-4911-b936-22ad081b5778)

My device info: Host OS: `Harmony OS 4.2.0` / `Android` Target Arch: `aarch64` (`arm64`) Supported ABI: `arm64-v8a` `armeabi-v7a` `armeabi` CPU: `kirin9000s` Android Version: `Android 12 Snow Cone` (`API31`) GMS Support:...

> We'll fix it so it automatically clears those cached files if the extracted `.dotnet-publish-manifest` file is outdated, so the disclaimer won't be needed. I want to mention that the...