- Home /
[error] Getting errors from Photon Networking when creating standalone!
Hey. I am currently following a tutorial for making a multiplayer FPS using Photon Unity Networking. But when i try to create a standalone version of the game i get 2 errors:
Plugins Colliding with each other
Plugin 'Photon3Unity3D.dll' is used from several locations: Assets/Plugins/WP8/Photon3Unity3D.dll would be copied to /Photon3Unity3D.dll Assets/Plugins/Photon3Unity3D.dll would be copied to /Photon3Unity3D.dll Assets/Plugins/Metro/Photon3Unity3D.dll would be copied to /Photon3Unity3D.dll Please fix plugin settings and try again.
UnityEditor.Modules.DefaultPluginImporterExtension:CheckFileCollisions(String) UnityEditorInternal.PluginsHelper:CheckFileCollisions(BuildTarget) (at C:/buildslave/unity/build/Editor/Mono/Plugins/PluginsHelper.cs:25) UnityEditor.HostView:OnGUI()
I am working in unity5 personal. I have a little bit of with coding and unity setting.
Thanks
Your answer
Follow this Question
Related Questions
Help building with two conflicting plugins: GameAnalytics and Google Play Services 2 Answers
Error CS0246 of plugins everytime the project is opened for the first time. 2 Answers
NullReferencException: Object reference not set to an instance of an object 1 Answer
EntryPointNotFoundException - .so plugin (Linux) 0 Answers
Plugins colliding with each other, but they don't have names 1 Answer