Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while( Camera.main.transform.position != nextStage.position )
  2. {
  3. Camera.main.transform.position = Vector3.Lerp( cp, nextStage.position, Time.deltaTime );
  4. }
Add Comment
Please, Sign In to add comment