I am fairly new to Unity.
After importing gameanalytics.com ver.0.6.9. (tried both via the Unity Asset store and directly from the GameAnalytics website) and selecting auto upgrade scripts to Unity5, when I try to build the code for iOS I got the following error :
Plugin 'GA_UserID.mm' is used from several locations:
Assets/Plugins/iOS/GA_UserID.mm would be copied to <PluginPath>/GA_UserID.mm
Assets/GameAnalytics/Plugins/iOS/_VendorID/GA_UserID.mm would be copied to <PluginPath>/GA_UserID.mm
Please fix plugin settings and try again.
UnityEditor.Modules.DefaultPluginImporterExtension:CheckFileCollisions(String)
UnityEditorInternal.PluginsHelper:CheckFileCollisions(BuildTarget) (at /Users/builduser/buildslave/unity/build/Editor/Mono/Plugins/PluginsHelper.cs:25)
UnityEditor.HostView:OnGUI()
and
Plugins colliding with each other.
I understand that this is some kind of incompatibility or Unity5 bug.
How can I resolve this issue ?