Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/HelloWorld/Assets/Scripts/Utility/SceneMenuList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public SceneInfo(string text, string sceneToLoad)
new SceneInfo("Banner View", "GoogleBannerViewScene"),
new SceneInfo("Interstitial Ad", "GoogleInterstitialAdScene"),
new SceneInfo("Rewarded Ad", "GoogleRewardedAdScene"),
new SceneInfo("Rewarded Interstital Ad", "GoogleRewardedInterstitialAdScene"),
new SceneInfo("Rewarded Interstitial Ad", "GoogleRewardedInterstitialAdScene"),
new SceneInfo("App Open Ad", "GoogleAppOpenAdScene"),
new SceneInfo("Native Overlay Ad", "GoogleNativeOverlayAdScene"),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void SetServerSideVerificationOptions(ServerSideVerificationOptions optio
}

/// <summary>
/// The reward item for the loaded rewarded interstital ad.
/// The reward item for the loaded rewarded interstitial ad.
/// </summary>
public Reward GetRewardItem()
{
Expand Down