Patrick Dawson
Patrick Dawson
### Godot version v4.1.beta2.mono.official [a2575cba4] ### godot-cpp version 82edc89cfa502f1fc7598a1f11e623f49511f98e ### System information Windows 11 22H2 ### Issue description If my method takes an `Array` parameter, it behaves as a reference...
It's possible to also use ImGui from outside C# by sharing the context pointer and using the exact same version of ImGui. I should document this, and add a method...
Using !multiworld in racetime.gg, the seeds are generated correctly but the bot sends `samus.link` URLs to chat instead of `sm.samus.link`. See https://racetime.gg/smr/superb-dachora-8362 ``` 20:22 Nasarius: !multiworld casual_split 20:22 SahasrahBot: Generating...
Dear ImGui's default implementation doesn't work because Godot takes over IME handling. I can probably get it working with `window_set_ime_active` etc.