- Home /
Question by
Bidhan-bhuwai · Aug 27, 2016 at 05:09 PM ·
unity ads
How can i show ads and then load level in this code
using UnityEngine; using System.Collections;
public class MenuScript : MonoBehaviour { public void OnClickPlay() { Application.LoadLevel ("Play"); } }
Comment
Your answer
