Hello. I have an object called HydrogenTank in my game. I want Unity to display a text box whenever the fps controller(self made one, not the one from Standard Assets) walks over the object and collects it. I can get the object to be collected(being disabled in the hierarchy and counted in a separate script), but I have no clue how to make a text box appear(I want the text to state facts about hydrogen when the item is collected). If anyone can show me how to do this, it will be greatly appreciated.
Thanks and have a nice day.