Sam Christiansen
Sam Christiansen
Do you have ideas about how you'd like this implemented? I'd really like to see this functionality added to the package, but if I spend time implementing this I'd like...
Will give it a shot thanks 👍
I think i see what caused this. In order to update to 1.89.9, I had to switch this line: https://github.com/sammyfreg/netImgui/blob/35b3e32fbe545357a244cc99c0389d24997ae43f/Code/Client/Private/NetImgui_Api.cpp#L683 to: ``` io.ClearInputKeys(); ``` because ``` io.ClearInputCharacters(); ``` has been...
Im going to try to just switch to this: ``` io.InputQueueCharacters.resize(0); ``` That's what the old method did.
Workaround #1 won't work for us, so I attempted workaround #2. It worked in editor, but when I did a player build, it crashes with a new error: ``` System.Text.Json.Utf8JsonWriter...