Heya I am working on a game similar to this one:
I have a character which I can move around a sphere, now I want the camera to follow the player, meaning the camera needs to rotate around the sphere and always show the player. When making the camera a child of the player this works fine, however that is not an option anymore since the camera needs some additional features nor does it show the rotation of the player.
therefore I am aksing myself how to accomplish a camera movement script which would follow the player around a sphere, all scripts I tried sofar do not move around a sphere, therefore the character could disappear on the back of the sphere…
Any ideas ?