Hey everybody, I've been dipping my toe into 3d development for the first time this past week using Unity and I've come across a problem I can't seem to solve through youtube tutorials and unityAnswers...
I can't get a simple "read note" mechanic working so that I can display appropriate text on the gui when the player clicks on an object in the world. I figured I'd use a Raycast solution so that I could broaden the variety of interaction when I've got some more practice under my belt, but I can't get the damn thing working!
If need be I can pastebin the code I'm using, but it's honestly a mess. Is this as simple a problem as it seems it should be or am I in over my head?
Thanks in advance for any help.