I want to make tutorial level where text gui shows on screen and shows u the controls then u come to some trap and agin gui appears and shows u want u need to do any ides how can i make it?
Please for your own sake. Think about your problem more direct as this is kind of vague.
Instead of saying “A trap”, its easier for us if you are more specific like; Collision, Triggers and such.
Easy way to do what you want:
- Hit a trigger when close to your “trap”.
- Enable GUI.
- (OPTIONAL)Check if player has done whatever he needs to do.
- Timer then Disable.
or just - Disable GUI.
Try to search around in the Unity docs for what you need.
Here is a start.