Reputation: 2375
Unity3d 5.1.2. I'm trying to integrate ads and leaderboards into my game. I import the admob package and then when I start to i import the google-play-services package, the following error is shown:
Error importing folder (The pathName assets/plugins is already mapped to 21c47ce8563684fe3a95a29ca1a7aa32. But the meta data wants it to be mapped to fce8a713f1e5a4cc4b9973d1ef630f31)
Is there a way to resolve this issue?
Upvotes: 1
Views: 566
Reputation: 967
This may happen if you remove any file from disk directly, because it will not delete the meta file associated to that file. To resolve this just hit reimport all in assets menu, it will create and map new meta file automatically
Upvotes: 1