Hi. On mouse over I spawn a script that shows a tool tip (among other things). On mouse exit, the script is destroyed. This is necessary, since I have a lot of objects and add more constantly. How can I set the GUISkin in the code? Where in the project structure should I put the actual GUI file?
Second question: How can I make the GUI invisible to the mouse? Whenever the GUI is over a “tooltip object”, the tool tips stop working.
Thanks!