I want to do this: Object appears when mouse gets on object, Object disappears when mouse goes out of object !
I researched youtube videos and unity scripting documents, but it doesnt help me, I tried to do somethings but it fails, can you help me?
I want to do this: Object appears when mouse gets on object, Object disappears when mouse goes out of object !
I researched youtube videos and unity scripting documents, but it doesnt help me, I tried to do somethings but it fails, can you help me?
@karl_jones
I want to do this: Object appears when mouse gets on object, Object disappears when mouse goes out of object !
Are those 3D objects?
There’s OnMouseEnter()
Or you could use raycast and hide/show mesh renderer…
Start simple.
Sorry but, most of tutorials are useless for making serious game…
Go check this link and see there are still people who provides more information than saying start simple ![]()
Sorry but if you can’t figure it simple things like you’re asking then you aren’t ready to bypass the tutorials.
Tutorials don’t provide us to code complicated scripts, I am trying to learn thats why i am here -_-
Not really, what you’re asking is pretty simple. Its complicated for you because you haven’t learned the basics.