Time.time is read only. I want to use it, but not until after a certain button is hit. Any ideas on how best to address this?
I could set a var newTimetime when the button is pressed and subtract it from Time.time everything I use it.
Open to ideas.
Thanks