Results 62 comments of SetoKaiba

What is the current support status of WebGPU on iOS? It's originally available as an experimental feature of Safari in iOS 13. But now is missin in iOS 15.

What about add integration with Unity3D? The most popular game engine with C# support.

Hi. Did you test with 0.10.1? I tried with 0.10.1. I get ObjectDisposedException while I call injectDefinition.Inject(); It says it can't access to closed file (The hint is in Chinese,...

```C# AssemblyDefinition assemblyDefinition = AssemblyLoader.LoadAssembly("VRoidChineseHook.dll"); AssemblyDefinition targetAssembly = AssemblyLoader.LoadAssembly("Assembly-CSharp.dll"); MethodDefinition hookUpdateCurrentUiCulture = assemblyDefinition.MainModule.GetType("VRoidChineseHook.VRoidChineseHookClass").GetMethod("HookUpdateCurrentUICulture"); MethodDefinition hookLanguagePreferencesDropdownItemListGet = assemblyDefinition.MainModule.GetType("VRoidChineseHook.VRoidChineseHookClass").GetMethod("HookLanguagePreferencesDropdownItemListGet"); MethodDefinition updateCurrentUiCulture = targetAssembly.MainModule.GetType("VRoidStudio.UICulture.Translator").GetMethod("UpdateCurrentUICulture"); TypeDefinition type = targetAssembly.MainModule.GetType("VRoidStudio.GUI.Welcome.WelcomeController"); MethodDefinition method = type.GetMethod("get_LanguagePreferencesDropdownItemList"); InjectionDefinition...

It reports the exception with the first Inject.

But it seems that I can't write back to the same file now. Any suggestion? Or should I copy one to inject and write back?

It seems that I can't write back to the same file now. Can you have a test on it? Temporarily I'll read the backup and write back to the original.