- Home /
Question by
fred_gds · Sep 23, 2014 at 01:25 PM ·
editorcomponentguitextureextension
Change GUITexture component/script
Hey,
I was wondering whether it would be possible to change the GUITexture script or class. As I wanted to assign additional variable to each GUITexture so that I could call "guitexture.myVariable"
It would be great if I wouldn't need to add an additional script to each GameObject with a GUITexture on it, as that would mean a lot more scripting for me.
So I guess my question is where I can find the script of the GUITexture component and if it is possible to add additional variables to it.
Comment