Search Unity

Unity app hosting service / web service

Discussion in 'Scripting' started by nporaMep, Jul 27, 2015.

  1. nporaMep

    nporaMep

    Joined:
    Oct 31, 2014
    Posts:
    33
    Hello,

    I am investigating capabilities of Unity application to be exposed as service to external applications.
    I understand it uses .NET 2.0 and it is quite hard to find good info on services in 2.0, so if anyone have good link or example please share :)

    Idea is to have kind of simulation app in Unity which will use Physics engine and external apps being able to connect to that app via some kind of service, preferably web service and request some information, or send some input. It should have some reasonably good performance.

    Is it possible to create with new UNET or UNET is only accessible from another Unity app?
     
  2. nporaMep

    nporaMep

    Joined:
    Oct 31, 2014
    Posts:
    33
  3. GroZZleR

    GroZZleR

    Joined:
    Feb 1, 2015
    Posts:
    3,201
    If you use a server as a bridge, I don't see why not. Unity apps have a full suite of networking capabilities.