A GDScript implementation of the finite state machine pattern.Adds node types for finite state machines and states.
Easily store options on-device in Godot 4.4 .NET. This is useful for storing user settings such as volume and keybindings.Godot Cookies stores data as indented JSON making it easy to understand and edit manually.The library is available on NuGet: https://nuget.org/packages/GodotCookies
This is a sample project demonstrating the Meta-specific composition layer features supported by the Godot OpenXR Vendors plugin. See the Meta Composition Layers tutorial doc for a detailed walkthrough on these features.
This is a sample project demonstrating the Meta-specific hand tracking features supported by the Godot OpenXR Vendors plugin. See the Meta Hand Tracking tutorial doc for a detailed walkthrough of these features.
2D and 3D Components to manage health, damage, and healing
This is a sample project demonstrating the Meta-specific passthrough features supported by the Godot OpenXR Vendors plugin. See the Meta Passthrough tutorial doc for a detailed walkthrough of these features.
This is a sample project demonstrating tracking features on Meta headsets. This includes body / hand tracking, which is supported on Quest 2, Quest 3, and Quest Pro; as well as face tracking, which is only supported on Quest Pro. For more Meta-specific hand tracking features, check out the Meta Hand Tracking XR Sample.
This is a sample project demonstrating the Meta scene and spatial anchor features supported by the Godot OpenXR Vendors plugin. See the Meta Scene Manager or Meta Spatial Anchors tutorial docs for detailed walkthroughs of these features.
Myket plugin allows you to easily implement your in-app purchasesJust add the relevant node and start the purchase process.
A ScrollContainer that can be controlled by external Range nodes.
Lightweight ecs framework written with gdscript.- Lightweight and high-performance.- One step serialization and deserialization the game world.- Independent event system.- Hot-swappable system design.- Data-driven and event-driven.- Easy to use.
This addon adds an extended scroll container node with smooth scroll settings.How to use:Activate the addon in the project settings' addon tab, Click the "+" button to add a new node and select "SmoothScrollContainer" instead "ScrollContainer". To add smooth scrollling to existing ScrollContainers, rightclick the node and select change type. Then select "SmoothScrollContainer".For smoother scrolling: In your project settings set gui/common/snap_controls_to_pixels to falseMouse scroll icon by Greg Fiske from the Noun Project