Collaborative-Software-Development-Club / Collaborative-Software-Development-Club/Fall2023-UnityProject
Player Rotation
Open
- Dominant language
- ShaderLab
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- Players should be able to rotate their character based on their mouse's current position. (HINT: Consider using a ray cast)
- A character's forward vector should perfectly line up with a hypothetical vector that goes from the character's position to the mouse position.
- Optionally, the player's character may smoothly transition to that point (Lerp)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.