Skip to content

Instantly share code, notes, and snippets.

@nutti
Created March 17, 2015 23:11
Show Gist options
  • Save nutti/066f8a39e6040e8e61b2 to your computer and use it in GitHub Desktop.
Save nutti/066f8a39e6040e8e61b2 to your computer and use it in GitHub Desktop.
[Unity] Unityからnendの広告を表示させる方法 ref: http://qiita.com/nutti/items/b337736184c56c3203d1
GetComponent(Nend_Ad_Banner_Controller).OnScreenChanged();
var banner = GetComponent(NendAdBanner);
banner.Hide();
bannder.Pause();
var banner = GetComponent(NendAdBanner);
banner.Show();
banner.Resume();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment