I need to create an rich inernet application (likely made with asp.net and modern UI controls such as Devexpress or Telerik ones) that displays also a Unity webgl project.
As an example you can think of an app like the IKEA Planner for kitchen: unity webgl displays the kitchen and allows the user to view, zoo, pan, rotate it. the rich ui controls part of the asp.net application allow the user to configure the kitchen: adding doors, parts, changing colors… As the user interacts with the rich controls the unity model is updated (eg: users chooses “red” and webgl kitchen becomes red…).
Somehow i would like to make the webgl project as a kind of components with APIs that i can call from the “host” application.
how to achieve this? How to export the webgl project so that it is callable from another app?
A google search for “How to use a unity webgl project in a rich internet application?”
among others gave me this:
this seems a way to do it.
But is there a tutorial/manual somewhere that explains the process in detail?
I hope i expressed myself. Thanks.