Hi,
I have some public variables, like this code below:
public Texture2D myImage;
I put all my graphics in a spritesheet atlas, sliced them and want to use one of those sprites in my C# code. But I cant use them since my variable is Texture2D.
Is there a way to use SpriteSheet images as Texture2D ?