Hello, I want to get the real elapsed time since frame begin,
I’m trying to get record the system time at the beginning of the frame:
1.record the real time in FixedUpdate();
2.record the real time after yield return new WaitForEndOfFrame();
but it’s not ideal.
Hello.
I dont know exactly what you want.
But you have Time.time, wich is a float value of the exact time when is executed. With this you can just store one time and see the difference with the new.