Skip to content

Instantly share code, notes, and snippets.

@TomoG29
Last active January 28, 2019 07:18
Show Gist options
  • Save TomoG29/b1dd81119d93ea15c2fac5ac3ac42d10 to your computer and use it in GitHub Desktop.
Save TomoG29/b1dd81119d93ea15c2fac5ac3ac42d10 to your computer and use it in GitHub Desktop.
private void Sample()
{
Sprite LoadPicture = (Sprite)AssetDatabase.LoadAssetAtPath("Assets/ロードしたいファイルのパス", typeof(Sprite));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment