Author Topic: Create Server in Webplayer  (Read 1783 times)

rfcrocha

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Create Server in Webplayer
« on: March 31, 2014, 05:57:07 AM »
Hi guys,

I'm trying to create a local server with the following code TNServerInstance.Start(5127,5128); but it's giving me an error - Listening on TCP sockets is not allowed in the webplayer

Am i unable to create a local server with webplayer?

Thank's in advance

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Create Server in Webplayer
« Reply #1 on: March 31, 2014, 06:59:31 AM »
Correct, it's a Unity limitation -- for security purposes.