Skip to content

Instantly share code, notes, and snippets.

View adeelwitty's full-sized avatar
🎯
Focusing

Adeel Riaz adeelwitty

🎯
Focusing
View GitHub Profile
@adeelwitty
adeelwitty / PlayerMovement.cs
Created February 25, 2025 07:17
Player movement using rigidbody with respect to camera
// _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_
// <author>
// Adeel Riaz
// adeelwitty@gmail.com
// </author>
// _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_
using UnityEngine;