Search Unity

How can change the time limit to InvokeRepeating

Discussion in 'Animation' started by ShovelingLife, Feb 14, 2020.

  1. ShovelingLife

    ShovelingLife

    Joined:
    Feb 4, 2020
    Posts:
    31
    hello, I am having trouble with looping an automated animation, have 2 scripts, the first one where I have wrote all the code of movement and the second one it has the function InvokeRepeating but if I write a value that surpass the first one it just not shows up, I have max value of 20 of float in the first one, so in the second one where I have the function InvokeRepeating if surpass the value of 20, the animation just no shows up, how can I change the limit of it?