Skip to content

Instantly share code, notes, and snippets.

@prime31
Created February 27, 2014 18:40
Show Gist options
  • Save prime31/9256346 to your computer and use it in GitHub Desktop.
Save prime31/9256346 to your computer and use it in GitHub Desktop.
void Awake()
{
var chinese = "我是一个中国人的一句";
Debug.Log( "chinese: " + chinese );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment