KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2020-10-05 to 1 day

script for motion with delta-time

deltaTimeを考慮したモーション //対応前 x += (tgt-x)/2f; //対応後 x+= (tgt-x)/2 * Time.deltaTime/0.01666;// 0.0166=1/60sec

"FOOTER"