TextController (script is not show in Inspector . )
I have use Unity 5.6
What problem are you having?
You can either;
- drag your TextControler.cs script from the Assets folder to the Text GameObject
- or, having selected the Text GameObject, click on the Add Component button and select your TextController.cs script
- or, with the Text GameObject selected, drag the TextController.cs script from the Assets folder to the grey space beneath the Add Component button within the Inspector
Any of the above methods will attach your TextController.cs script to the GameObject.
Hope this helps
Thanks Rob
in Unity 5.v.
set and select option in menu
component->script->Script name (TextControler.cs)
1 Like
Hi Mehta,
Funny isn’t it, I’ve never actually attached a script that way, thanks for the refresher!
So, is it working for you now, or still not appearing?
No,
now working and set text
set TextControler.cs in inspector
1 Like
So it is working now?
yes .
1 Like
Awesome! Glad you can move forward again.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.