- Home /
Can't attach Visual Studio 2017 to Unity 2017, because UnityAds
I used UnityAds since Unity 5.x verison. And now I migrate to Unity 2017, which has built-in UnityAds. So I remove all external UnityAds package parts, and now I have a problem.
My project runs okay from Unity editor, but when I try to attach Visual Studio project - it throws error
CS0246: The type or namespace name 'ShowResult' could not be found (are you missing a using directive or an assembly reference?)
ShowResult - is enum from UnityEngine.Advertisements.
What should I do? I already tried to switch off Ads in Services, then restart Unity, then switch on. No result.
I am using Unity 2017.1.1p1 and Visual Studio Community 2017 Version 15.3.4
Your answer
Follow this Question
Related Questions
Visual Studio breakpoint freezes the Unity editor 0 Answers
unity ads works fine in the editor but not in android device 0 Answers
Unity Mediation Plug-In breaks the game with infinite Resolving Android Dependencies 0 Answers
unity app crashes when admob banner ad is requested but works fine for interstitial and video ad 0 Answers
move object when player reach trigger 0 Answers