Mannequiny is a 3rd-person 3D character controller to use to quickly prototype games or to build a more complex playable character for your games.Features:- Camera rig with zoom to aim and auto-rotation features- Mouse/keyboard and gamepad support- 10 professional animations- Extensible as it's based on a Finite State MachineThe 3D character, Mannequiny, is also Free and open source. You can download the Blender 2.8 source file on our GitHub repository.If you like our work, please star 🌟 the repository!
This template allows you to create a simple 2D Platformer by dragging and dropping the things you want into the scene.It's as simple as Mario Maker
Simple NextBot with settings
The GBM2K (Grid Based Movement 2K) Framework is a Godot project that facilitates the creation of 2D grid-based games.
A simple Godot project for localization and language change with CSV files.
This is a template for a VR application with physics using OpenVR.It features immersive physics-driven player hands, both teleport-based and continuous locomotion, and more.This is a template, not an addon or plugin. It includes a demonstration scene under demo/, you can delete this directory when starting your own project.
This project template enables your game to play as both an XR and a 'normal', a.k.a 'flat', 3D game).
You can use this template as reference to create your own 3D cross the road game in Godot.Contains:Basic player configuration to move Vehicles generated by instances loop Trigger interactions with containersBasic score configuration Timer in HUD configuration
Add an online leaderboard to your game in under 10 minutes!Highly customizable. Comes with score validation built-in and drop-in ready leaderboard scene for quick prototyping.Optionally self-host the API with the available open source server application!
This template allows you to create peer-to-peer (P2P) multiplayer games in Godot 3 without the need for a dedicated server.It uses Godot's high-level multiplayer API along with UPnP (Universal Plug and Play) for automatic port forwarding, making it easy to connect players over the internet directly.Features include:- Host/join system using IP- P2P networking with no server required- UPnP support for port forwarding- Handles connection, disconnection, and timeouts- Clean and well-organized code structure- Includes a working demo projectPerfect for developers who want to build online multiplayer games with minimal setup.