Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Compiler error

Discussion in 'Windows' started by Draculeq, Nov 8, 2013.

  1. Draculeq

    Draculeq

    Joined:
    Nov 6, 2012
    Posts:
    2
    Hi,

    Im porting game to Windows Phone 8.
    I can compile to Android without any problem but when i tried to compile it to WP8 i got compile error:
    http://pastebin.com/3DRVaDHf

    I cant find any solution for this in google
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,875
    Network is not supported on Windows Phone 8, probably one of your plugins has reference to MasterServerEvent.
     
  3. Draculeq

    Draculeq

    Joined:
    Nov 6, 2012
    Posts:
    2
    Is there any way to localize it by this log?
     
  4. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,875
    Well you could try this, if you don't know which plugin might reference this:
    * Download http://ilspy.net/
    * Drag plugin on top of it
    * Export code as IL code
    * Open that file with any text editor
    * Search for MasterServerEvent