Bananahavoc
Bananahavoc
This worked for me! @Maximus5 could we add this fix the the [documentation](https://conemu.github.io/en/VimXterm.html)?
I'm having the same issue, unfortunately. Is the source running the online demo the same as the source provided by npm? What's the node version used in the online demo?
Would it be possible for the encoder to detect if there are no other mfx elements? If there are no other mfx elements then, presuming I correctly understand the issue,...
This plugin doesn't support ios to the best of my recollection. I also haven't tested il2cpp on Android, but I'm surprised that it doesn't work out of the box. Unfortunately,...
I think that using the opus c and .h files could work, but I think it'd be making your life more difficult. I think the easiest solution would be to...
I haven't looked into this personally, if you try something and hit an error you're welcome to post it here and I can take a look
Hmm, I'm seeing other people with some similar issues in other repos. I think we need to change the DLLImport. You might want to change [this line](https://github.com/BananaHemic/Mumble-Unity/blob/1b20eba89ef3f77f5fd87b09afa2676a883c9c02/Scripts/NativeMethods.cs#L39) so that the...
Seems that that did not do the trick. What arch is your android phone? Honestly, what we might want to do is look at another unity asset that uses opus,...
I had meant Photon Voice, not just Photon. Did you just change out the .so? If so, which one? The error you listed looks like unity stripped something out that...
Do you have any obfuscators in use? It seems like the serialization on [this line](https://github.com/BananaHemic/Mumble-Unity/blob/b9c6fdce794627040ed4109fe7e9c8ac38c876ee/Scripts/MumbleTCPConnection.cs#L126) is using reflection, which fails on "Name" for some reason. Seems like a lot of...