We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow camera does not currently avoid obstacles.
Follow camera could raycast to the player and try to avoid obstacles between it and the player in a smart way.
The text was updated successfully, but these errors were encountered:
Yes, now the included camera following script is basic, and there is room for improvements.
The camera is an essential part of any game, i.e. camera movement and camera follow can make a massive difference to the player's experience.
Firstly, let's collect good implementations for inspiration:
Sorry, something went wrong.
Then #5 is related and the issue should be improving the cameras in general.
No branches or pull requests
Follow camera does not currently avoid obstacles.
Follow camera could raycast to the player and try to avoid obstacles between it and the player in a smart way.
The text was updated successfully, but these errors were encountered: