Highly customizable 2D character movement controller written in C#. Designed to serve as a flexible template for game developers, offering a wide array of common platformer mechanics out-of-the-box.
A script used to make a DollyZoom effect.Instanciate it and attach it to a camera.The controller will adjust the camera FOVdepending of the distance between the camera and the tackedsubject or start distance.Dolly Zoom Effect (Vertigo Effect)The Dolly Zoom is a camera technique where thecamera moves closer or farther from a subject whilezooming in or out to keep the subject the same size.This creates a disorienting effect where the backgroundappears to expand or contract.How It Works:Moving forward (dolly in) → Zoom out.Moving backward (dolly out) → Zoom in.Famous Examples:Vertigo (1958) – First use of the effect.Jaws (1975) – Iconic shark attack realization scene.Goodfellas (1990) – Used to show paranoia.This effect is widely used in filmmaking to create tension and unease.
A demo project for the Godot Engine that features a transparent window with click-through capability.
A Godot 4.0 addon that adds a LayoutNode3D node that allows you to easily layout child nodes in 3D on any axis and with custom spacing.
Plug and play hands for FPS with animated weapons.# Changelog## v0.8.1- Better aim position- Add aiming signal- Add hold breath while ads## v0.8- Add bullet spread- Add zoom on ads- Add auto reload## v0.7- Physical bullets- Left handed mode- Realistic reloading mode- Actions signals- Better recoil- Update to Godot 4.4
A Godot plugin for importing PlayStation TMD models.
Free 3D models pack for easy level creation in fanasy setting.Package Content:- 41 fbx files with 3d models and an import setiing file for each of them- 1 png texture and import setting file for it- 1 material for all of models- 41 ready made prefab of environment and props- 1 demos showcase scene with all of assetsIf you have any issue with our assets, please contact us through e-mail or repository issues section.
Character controller for Godot4.Includes first person camera, an user interface for debugging and standar movement (walk, crouch, sprint)
Template for Agar.io style games (without multiplayer)Include simple Bot for single-player
This add-on adds a new node called NodeShaker3D, it allows you to shake any node that inherits from Node3D, there is two types of shakes that is possible, one is positional shake and another is rotational shake, each option provides a unique shake to the node.
a simple node graph system for godot
Easy to use drag and drop for the 3D environment.Features:- normal drag and drop- Snap on surface- Swap with other dragging objectsUsage:- DragAndDrop3D - Add it to your scene to activate the Drag and Drop System- DraggingObject3D - This must be the Parent of your Object that you want to drag- And you need a floor with a collider, so that the 3D position can be detected.Installation: If you don't have a "addons" folder in your project tree: copy the "addons" folder in your project tree elif you have a "addons" folder already: copy the "DragAndDrop3D" folder in your "addons" folder