GUIText is invisible after instantiate

Hello,

Am trying to instantiate a GUItext when it’s needed (making a game similar to doodle jump and i want to indicate the height after a certain distance). This should be a very simply task to do but for some reason when instantiate the GUIText, i just don’t see it, it’s there, no error and the text field contain the correct string but it is not there, anyone faced and solved this problem before ?

Thank you.

Why do you require to instantiate it. Just disable/enable it.
Check this and see if it helps