So… I’m trying to implement a code, which changes the text to like this:
“Press (a key) to Shop” or something like that…
All I need to know is, how do I convert the keybind into the text…
So it would be like:
Shop.Text = “Press” + Input.GetButton(“DoShopping”) + “To Shop”;
When I tried it just said: “Press FALSE to Shop”…
Be beginner friendly, I just started with unity…