public void PreLoadRewardedAd(string[] placements) { #if UNITY_EDITOR //Do nothing in Editor #else adManager.PreLoadRewardedAd(placements); #endif }