Answers for "how to set the sprite of an image in unity c#"

C#
0

unity set sprite image from script

Sprite myFruit = Resources.Load("fruits_1", typeof(Sprite)) as Sprite;
Posted by: Guest on May-26-2021

Code answers related to "how to set the sprite of an image in unity c#"

C# Answers by Framework

Browse Popular Code Answers by Language