How do i make an Object appear from interacting with something
So I've been trying to fin this out, ALOT! I'm so confused XD.
What I'm trying to do, in short, is make it so I have a bunch of things for the user to click on with a pointer (need that too) and then have something pop up, like a text screen, that I can put text on. I also need a way for them to clear whatever popped up. Let a Close button at the top right of it.
I'm pretty new to C# and Unity, and I've tried using their web helpers, but maybe I'm just blind, but I cant find anything.
So as for recap of what I need help with,
A Pointer that comes from your controller, after pressing a button of course.
A way to select certain areas. I'm using an image as the background and need the user to be able to select parts of the image.
And finally, to make a text screen/video pop up when they select a certain area.
Thank you so much for all your help and I know that this is a lot to ask, I'm actually trying to do this for my dad to help him with his work. Thanks, everyone!
Your answer
Follow this Question
Related Questions
Can I create a pointer to poll a float from any source ? 0 Answers
EditorGUILayout.Popup() wrong position 1 Answer
Selecting objects in game and rotating it 0 Answers
Why isn't there a simple way to check, if the pointer is over any ui object? 2 Answers
Tapping in the same place of touchscreen doesn't call OnPointerDown method 0 Answers