Admins Help...

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…

1 Like

Start simple.

2 Likes

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 :confused:

Sorry but if you can’t figure it simple things like you’re asking then you aren’t ready to bypass the tutorials.

1 Like

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.