Replies: 2 comments 3 replies
-
For Unity, take a look at https://github.com/imodeljs/imodel-unity-example. This includes an example backend service. You will use the same iModels that you'd use for your web applications, but it's a different backend service. |
Beta Was this translation helpful? Give feedback.
-
If it's your custom backend, you could have it serve data to both Unity and the web viewers, but I would recommend separate backends. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So we're finally going to get started implementing iTwin, and while doing this were avoiding paying for services and making accounts. Since we're likely going to have multiple viewers active at once, I'm assuming the best way to set this up would be to develop a separate back-end and front-end system. For front-end, this looks like recommended starting point, but I'm not sure how to start developing the back-end, nor how it will eventually connect it. Any help would be appreciated.
Also, does the back-end server need to be running to query BIM related info?
Editing in another related question: If in the future we want to do a Unity project based on this data, would it require the same back-end service that the web client connects to?
Beta Was this translation helpful? Give feedback.
All reactions