A collection of modular, drag-and-drop C# scripts designed to speed up 3D mobile game development in Unity.
- MobileCharacterController3D.cs: A physics-based character controller built specifically for mobile touch inputs (drag/joystick).
- SimpleEnemyAI.cs: A lightweight state machine (Patrol, Chase, Attack) for easy enemy behaviors.
- Download or clone this repository.
- Drag the
Assets/Scriptsfolder into your own Unity project. - Attach the scripts to your GameObjects and adjust the variables in the Unity Inspector!
Feel free to fork this project and submit Pull Requests if you have more useful Unity scripts to add to the toolkit!