Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

User adjustable time limit C# Unity 3D

Hello, I need to make a adjustable time limit in Unity 3D that is attached to the player camera. The player will need to enter their desired time limit upon start. I've very very new to programming - is there anyone that could point me in the right direction for resources on this? Thank you very much for any input.

Answers

  • Use unity's input ui to get players desired time or you can also use a slider for that and then just make a variable in the script TimeLimit then instead of just checking for a random time use this.

Sign In or Register to comment.