Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

B14- Plugin Confusion

Discussion in 'Unity 5 Pre-order Beta' started by MrEsquire, Nov 28, 2014.

  1. MrEsquire

    MrEsquire

    Joined:
    Nov 5, 2013
    Posts:
    2,712
    Hi,

    When trying to export my project on Windows Phone 8 for example, using a number of 3rd party plugins, I get errors such as:

    Plugin 'UniRateWP.dll' is used from several locations:
    Assets/Plugins/UniRateWP.dll would be copied to <PluginPath>/UniRateWP.dll
    Assets/Plugins/WP8/UniRateWP.dll would be copied to <PluginPath>/UniRateWP.dll

    I'm not sure what this exactly means and can get rather confusing.

    Has something major changed?
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,900
    Maybe Assets/Plugins/UniRateWP.dll has set compatible platforms as "Any platform" or "WP8" platform? If so, that means it will collide with other file with same name when built to WP8, try marking it as Editor only plugin
     
  3. MrEsquire

    MrEsquire

    Joined:
    Nov 5, 2013
    Posts:
    2,712
    Thanks for the suggestion, I dont think this issue was present on earlier beta build but I did not test with windows phone, its not specific to this plugin seems to be happening to many of them including my prime31 plugins..will keep a eye out for this and try beta 15 when out