Sprite name to multiple variables…

Updated on November 2, 2019 in Unity
Share on Facebook0Tweet about this on TwitterShare on Google+0Share on Reddit0
0 on November 2, 2019

c#

 

Here is an example:

 

 
Sprite_632875263_D
 
I need to know the number, and sort
 
Sprite + 632875263 + D
 
int i =  632875263;
 
string s = "D";
 

The sprites are in my assets folder, so they are not gameobjects, and i cannot make them scribtable objects.

 

anyone knows how i can do this?

 

  • Liked by
Reply