Search Unity

Rotate scene around player

Discussion in 'Scripting' started by freelion93, Aug 21, 2017.

  1. freelion93

    freelion93

    Joined:
    Mar 2, 2015
    Posts:
    13
    So I need scene at some checlpoint rotate around player (Regarding his position, so use players's position as center of rotation)
     
  2. Dameon_

    Dameon_

    Joined:
    Apr 11, 2014
    Posts:
    542
    You can put everything else in the scene as a child of a separate gameobject, and rotate that. Or you could just rotate the player, because if everything but the player rotates, it'll just look like the player is rotating, unless you're doing something unusual.