Unity Scripting Demo

Demo available here
Technologies: Unity, C#
Small demo made to get familiar with Unity scripting. In the demo, players can control a first-person character and interact with various objects in the environment.
Project Points
- Created as a learning project to gain experience with scripting in the Unity game engine.
- Demo features a small 3D environment with a first-person player controller and interactive elements.
- The player controller includes standard features such as movement, camera control, sprinting, and stance changes (standing, crouching, prone).
- Implemented a generalized interaction framework for displaying prompts and triggering interactions.
- The framework is modular and can be extended to support a wide range of interaction types.
- Sample interactions include teleporters, doors, and elevators, each controlled by parameterized scripts.