Hello!
I’m new to unity and actually developing my first game. In this game, I have a GameObject named key and I’ve written a script for that which contains an int value(index).
after being instantiated I’d like my key to have it’s specific index on top of it, somehow in 3D text maybe. But I’ve got no idea how I can do this.
I’d appreciate it if you help me out.