I made a music player in unity (because easy ui) it works great but i have no clue how to setup a global keybind for play/pause (unity inputs doesnt have it)
making a twitch bot but sometimes messages are terminated with a weird invalid Unicode char \U000e000 i want to remove that char from the string but dont know how to catch it as message.Replace('\U000e000', (char)32) is invalid