>>523
レスありがとうございます。
なるほど!引くっていうの思いつかなかったです。
こんなカンジであってますか?

void Update()
{
fps+=Time.deltaTime;
if (fps > 1f/60f){何か処理; fps =fps-1f/60f;}
}