The question is answered, right answer was accepted
change scripts to show an image to spell
I have 2 scripts that take a list of words, display a random word on the screen on the screen. The player then grabs letters to spell the word.
3D letters fall onto the screen and the player grabs them to spell the word. The player grabs 3d letters(prefabs) to spell the word. The 2nd script checks that the word is spelled correctly by comparing the characters. I want to change the script so that it shows an image instead(So, display an Apple instead of the word 'apple'). But I still need the script to track the spelling of the word.
(sleepy typing, sorry if I left out a detail or 2)
Follow this Question
Related Questions
Displaying Text on Touch Event 0 Answers
Having trouble moving a GameObject to another scene and Transform it to a different position 0 Answers
Self rotate issue C# 0 Answers
GameObject.Find : why not working? 3 Answers
Weirdly behaving ai script. 0 Answers