>>452
ありがとうございます
var t=0;//時間
var v=0;//速度
var g=−9.80665;//重力加速度
y=v*t +0.5*g*t*t +gameObject.transform.position;//運動方程式
でしょうか?