Search Unity

BuildTarget conflict library security in editor

Discussion in 'Immediate Mode GUI (IMGUI)' started by Thaina, Apr 24, 2015.

  1. Thaina

    Thaina

    Joined:
    Jul 13, 2012
    Posts:
    1,165
    I know WebPlayer cannot use HttpListener because security limitation

    However I use HttpListener in editor for extend editor capability. Which can work in any other platform. Only WebPlayer throw error in security exception

    Why? Script in editor should not have affect by any build target

    I would like to have you rethink about security to open TCP port in webplayer, I mean, It should not be any problem to just open a port in client and unity will be much more useful

    But The first thing is you should fix editor code to use difference build setting, and should not need to recompile script in editor folder when switch build target