I developed an endless ball rolling game for IOS with Unity. The game includes a revive function.
I want to show an Google ad video before the revive function. If the player has watched fully the ad video, then the revive function will be called otherwise not.
The problem is when I want to Build & Run my game on Xcode but Xcode will not run my game because I get the following error:
'VungleAdapter/VungleAdNetworkExtras.h' file not found
I do not know what is error is and I want to solve the problem. It is very strange to get this error because I am only programming on Visual Studio.