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.
The user inputs the size of the map, the sprite of the tiles, and the number of tile. The asset then generates a random map each time the user calls its funtion.The asset is an entire godot scene that already have a map with tiles as an example. To change it you must create your own tilemap and edit the script.
This library is a collection of visual script custom nodes that anyone can use in there projects.So as to make the Visual Scripting WorkFlow in Godot easier to use.
A simple template of a basic Main Menu with option menu
Simple rotation character selector.Used on some old games like Golden Axe.Enjoy!
Godot 3.x First Person Perspective demo/template.Features: Movement (walking, sprinting, jumping, crouching) Using ladders Using stairs Interaction system Picking up (and throwing) objectsAlso showcasing: Different RigidBody physics Animation states for interactable objectsInstructions: Movement: WASD Jump: SPACE Walk: ALT Sprint: CTRL Interact: E Pick up/leave: F Throw: LMB (hold) Reset: R
This is a multiplayer variant of the official 2D Platformer demo. This project supports 2 players.