Hi,
Nowdays we are using the Unity WebPlayer in our professional site. Due to the last news (no more NPAPI for Chrome, and more comming) and the fact that Unity WebPlayer has announced its end-of-life process (March 2016), we are planning to search other options within Unity. The scenes have intensive calculations (simulations, laplacians…). We are also used to do many updates of the player.
We see two options:
1.- Like now, but using WebGl (generated by unity) instead of WebPlayer
2.- Unity standalone application using a kit like uWebKit. The entry point is the web site, then at some points we switch the control to unity, and when finished the control is returned to the web site.
So, the question is…
What do you think could be the best choice?
Kind regards,