com.puzzlescapegames.admob_native 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,6 +33,7 @@ namespace PuzzlescapeGames.AdMobNative
33
33
  #else
34
34
  _adUnitId = "unused";
35
35
  #endif
36
+ Debug.LogWarning( "[Native] AdMob Native Overlay ad unit id is not set. Using default: " + _adUnitId );
36
37
  }
37
38
  }
38
39
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name" : "com.puzzlescapegames.admob_native",
3
3
  "displayName" : "Puzzlescape Games AdMob Native",
4
- "version" : "1.0.10",
4
+ "version" : "1.0.11",
5
5
  "author" : "Puzzlescape Games",
6
6
  "description" : "AdMob Native.",
7
7
  "repository": {