Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A really simple first person template, containing really basic stuff for developing first person games. That includes:- Player with basic movement- Interaction system- Basic pause and main menu
Simple First Person Game template
A really simple first person game template, that contains really basic stuff.
This template contains:
- Player controller with basic movement (crouching, running, walking, looking with your mouse, etc)
- Interactions (Interactibles3D)
- Basic pause menu
- Basic main menu
- Debug information menu (sort of)
- that's about it
This template contains really basic stuff you'd want for a first person 3d game (probably).
Getting Started
Delete /test_scene_assets/ and TestPlace node in the main scene, and you're good to go.
Documentation is located in the scripts themselves and in that "Search Help" button on top of your script IDE thing.
A really simple first person template, containing really basic stuff for developing first person games. That includes:
- Player with basic movement
- Interaction system
- Basic pause and main menu
Reviews
Quick Information
A really simple first person template, containing really basic stuff for developing first person games. That includes:- Player with basic movement- Interaction system- Basic pause and main menu