Unity WebGL in Meteor

Was anyone able to use Unity Webgl with Meteor? It seems like Meteor’s build system is making it really difficult to include Unity Webgl.

1 Like

solved by putting the unity build files in the public folder.

Actually, WebGL runs in the background so this is not optimal.

My current workarounds are either refresh the page when moving away from WebGL or use WebGL in iframe.

Does anyone have a better suggestion?

Hi, @OminStyle, what’s the progress, have you got the optimal solution?

have you tried this

http://ump.voidalpha.com/

Thanks,

I’m using iframe. It’s not as bad as I thought.