Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. void fixedupdate()
  2. {
  3. gameover();
  4. }
  5. void gameover()
  6. {
  7. //some code here
  8. //camera position change but not move when my game over
  9. Vector3 positions = cams.transform.position + new Vector3(-12, 0, 0);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement