Search found 6 matches

by voronikpm
16 Apr 2024, 07:33
Forum: General Discussion
Replies: 4
Views: 437

Re: Issues with webassembly build

Thanks for the quick fix!
by voronikpm
15 Apr 2024, 11:28
Forum: General Discussion
Replies: 4
Views: 437

Re: Issues with webassembly build

I've created tickets for the first two issues, but weirdly enough I wasn't able to reproduce the last one, even though I've seen it both on Friday and a few days pror, when I first tried the windows build.
Thanks!
by voronikpm
12 Apr 2024, 18:50
Forum: General Discussion
Replies: 4
Views: 437

Issues with webassembly build

Hi! We're looking into using noesis in our babylonjs app, so I've tried building and running wasm examples (noesis 3.2.3, built with make 4.4.1 and emscripten 3.1.8) and encountered some issues. The critical one is an uncaught divide by zero error [NOESIS/I] Noesis Init v3.2.3 (Emscripten Profile) S...
by voronikpm
27 Nov 2020, 11:15
Forum: General Discussion
Replies: 3
Views: 582

Re: Does Noesis support Apple TV?

@jsantos
Hello,

I am in a similar situation. Our Unity app is ready for release for AndroidTV, but we were wandering if we could add Apple TV support.

Thanks.
by voronikpm
13 Oct 2020, 14:25
Forum: General Discussion
Replies: 3
Views: 1167

Re: unity 2018.4 webgl

WebGL is very strict regarding mixing emscripten (the toolchain used by Unity and Noesis to compile C++ to WebAssembly) versions. Unfortunately we cannot be compatible with older versions of Unity. Only if you had access to the source code you could recompile, but that's something we only provide w...
by voronikpm
13 Oct 2020, 13:50
Forum: General Discussion
Replies: 3
Views: 1167

unity 2018.4 webgl

Hi. I am developing a cross-platform app for smart tvs. I started the development with unity 2019.4 and webgl version worked fine, but I had to switch to 2018.4 for asm.js support for older tizen and webos tvs and now i'm getting an error in built app (both asm.js and webassembly versions). I've tri...