Why is it that when setting FixedUpdate and Update to different frame rates, the execution time of await UniTask.Yield(PlayerLoopTiming.FixedUpdate) and await UniTask.Yield(PlayerLoopTiming.Update) is the same? It seems to rely on the Update frame rate.
Why is it that when setting FixedUpdate and Update to different frame rates, the execution time of await UniTask.Yield(PlayerLoopTiming.FixedUpdate) and await UniTask.Yield(PlayerLoopTiming.Update) is the same? It seems to rely on the Update frame rate.