Question by
parthshuklaa · Sep 06, 2020 at 08:11 AM ·
scripting problemscripting beginnerbeginnerscriptingbasicsbeginners
How to increase the time between updates?
I have a void update
function that updates more than the number of times I require. If I'm not wrong it updates 60 times a second by default, but I want it to update once every minute. How can I achieve that?
Comment
Your answer
Follow this Question
Related Questions
Issues using two scripts. 1 Answer
Accessing script from another object 1 Answer
Disable and enable emission property of a material via C# script? 0 Answers
How to display random questions without repeating the previous? 2 Answers
Make an object stationary until player is colliding with it, then move along path. 1 Answer