Website powered by

First Person Interaction Toolkit

After the Unity debacle last month I started researching open source game engines. While Godot is great, I wanted a challenge and found a lesser known engine to contribute to. I made O3DE's first first-person template project complete with all the mechanics one would expect in a walking sim game. I've done my best to make the most simple to read and modular interaction system for folks to learn on. I also later ported it to Unity too for equality.

Download Mirrors
GitHub
https://github.com/stevenharmongames/03DE-FirstPersonInteractionToolkit/
https://github.com/stevenharmongames/Unity-FirstPersonInteractionToolkit
Itch.io
https://stevenharmongames.itch.io/03de-first-person-interaction-toolkit
https://stevenharmongames.itch.io/unity-first-person-interaction-toolkit

O3DE long overview & installation tutorial

Unity overview video

quick gameplay demonstration video

screenshot slideshow

screenshot slideshow

List of included scripts

List of included scripts

Setup of Events & HUD

Setup of Events & HUD

Setup of Player + Script

Setup of Player + Script

Setup of Ladder + Script

Setup of Ladder + Script

Setup of Elevator + Script

Setup of Elevator + Script

Setup of Trampoline + Script

Setup of Trampoline + Script

Setup of Teleport Volume + Script

Setup of Teleport Volume + Script

Setup of Door + Script

Setup of Door + Script

Setup of Valve & Sci-Fi Door + Script

Setup of Valve & Sci-Fi Door + Script

Setup of Light Switch + Script

Setup of Light Switch + Script

Setup of Note Reading + Script

Setup of Note Reading + Script

Setup of Grabbable + Script

Setup of Grabbable + Script