vircadia / vircadia-unity-sdk

Other
12 stars 14 forks source link

Test if SDK can receive UTF8 properly on Windows. #5

Open namark opened 2 years ago

namark commented 2 years ago

The older versions of unity do not have the UTF8 string marshaling functions, so we're using ANSI instead. https://github.com/vircadia/vircadia-unity-sdk/pull/2/commits/cc911c640cd89294c96966a50e9300e8335d3a7e This did not affect me on Linux, can still receive and log UTF8 text fine, but might not be so lucky on Windows.