GroupThesis2024 / Paramedic-Training-Game

0 stars 0 forks source link

[INTEGRATION] Add UI interaction functionality #54

Open diana-sy opened 6 months ago

diana-sy commented 6 months ago

UI interaction function needs to be created to test the buttons and main menu functionality.

diana-sy commented 6 months ago

I created functions to interact with the UI in PlayerFirstPersonController script (also, I tryed my own script) and it didn't work. I've tried different options and configurations, but I think the problem is with the input system. I'm having a hard time figuring out on this system how to get the left mouse button to interact with the UI on click, and I would appreciate if you @henrysneps @v0peak00 guys can help me with this. I will be very greatful if you can do it as soon as possible, because without it I can't proceed with my other tasks.

Image

henrysneps commented 6 months ago

I created functions to interact with the UI in PlayerFirstPersonController script (also, I tryed my own script) and it didn't work. I've tried different options and configurations, but I think the problem is with the input system. I'm having a hard time figuring out on this system how to get the left mouse button to interact with the UI on click, and I would appreciate if you @henrysneps @v0peak00 guys can help me with this. I will be very greatful if you can do it as soon as possible, because without it I can't proceed with my other tasks.

Image

Let's discuss today how we can deal with this issue the best.

henrysneps commented 6 months ago

Assigned this issue back to @diana-sy as it was discussed, that she will attempt to come around the issue mentioned above with some help resources given to her.

diana-sy commented 6 months ago

Created UI interaction on collision