Skip to content

Commit

Permalink
Cleaning up some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansligh-nimbus committed Nov 19, 2024
1 parent 2cefebe commit 3467946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions com.adsbynimbus.nimbus/Editor/ThirdPartyMacros.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private void OnGUI() {
}
else {
SetBuildMacroForGroup(BuildTargetGroup.iOS, ApsMacro);
EditorUtil.LogWithHelpBox("Don't Forget To Add your IOS Vungle App Ids and Vungle Placement Ids to the " +
EditorUtil.LogWithHelpBox("Don't Forget To Add your IOS APS App Ids and APS Slot Ids to the " +
"NimbusSDKConfiguration Scriptable object attached to your NimbusAdManager game object", MessageType.Warning);
FocusOnGameManager(ApsPartnerStr);
}
Expand All @@ -101,7 +101,7 @@ private void OnGUI() {
}
else {
SetBuildMacroForGroup(BuildTargetGroup.Android, VungleMacro);
EditorUtil.LogWithHelpBox("Don't Forget To Add your Android Vungle App Ids and Vungle Placement Ids to the " +
EditorUtil.LogWithHelpBox("Don't Forget To Add your Android Vungle App Id to the " +
"NimbusSDKConfiguration Scriptable object attached to your NimbusAdManager game object", MessageType.Warning);
FocusOnGameManager(VunglePartnerStr);
}
Expand All @@ -121,7 +121,7 @@ private void OnGUI() {
}
else {
SetBuildMacroForGroup(BuildTargetGroup.iOS, VungleMacro);
EditorUtil.LogWithHelpBox("Don't Forget To Add your IOS APS App Ids and APS Slot Ids to the " +
EditorUtil.LogWithHelpBox("Don't Forget To Add your IOS Vungle App Id to the " +
"NimbusSDKConfiguration Scriptable object attached to your NimbusAdManager game object", MessageType.Warning);
FocusOnGameManager(VunglePartnerStr);
}
Expand Down
1 change: 0 additions & 1 deletion sample-app/Assets/Example/Scripts/GUIButtonTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public void LoadAndShowBanner() {
if (!_shouldDestroyBanner) {
_shouldDestroyBanner = true;
_loadedBannerButtonText.text = "Destroy Banner";
Debug.unityLogger.Log(NimbusManager.Instance == null);
_loadAndShowBannerAdUnit = NimbusManager.Instance.RequestBannerAdAndLoad("unity_demo_banner_position");
return;
}
Expand Down

0 comments on commit 3467946

Please sign in to comment.