Emoji mode use Twemoji.This addon provides the following nodes to use emojis in Godot:EmojiIcon: A node that displays an Emoji.EmojiButton: A node that displays an Emoji as a button.It's also adds EmojiFinder to the Godot editor's toolbar. So you can find the emojis easily.
A GDScript port of Delaunator: A fast library for Delaunay triangulation of 2D points.
A custom Control node that draw an isometric cube with given texture, color, size etc ...The Control rect width define the width of the cube.
This plugin adds support for the Oculus Quest and Quest 2 VR headsets to Godot.
An overworld map for a JRPG.Comes with Dialogic v1.1 by coppolaemilio. For more info on Dialogic, see https://github.com/coppolaemilio/dialogic
A container that lays out it's children on a horizontal row according to their minimum sizes. When it can't fit another, it starts a new row.The node is called "HFlowContainer" and is a child of "Container".Features:- Updates when it's width is changed.- Works in the editor.- Works in ScrollContainer.- Hiding children works.- Customizable horizontal and vertical margins between the child nodes.The container does (currently) not support:- Child scaling.- Child rotating.- Child Size Flags ("Fill", "Expand" etc.)---- Changelog ----- 1.0.0: Initial release.- 1.0.1: Fixed "narrowing conversion" warnings.- 1.0.2: Works by default in ScrollContainer. (By always settting horizontal size flag to EXPAND + FILL)
Adds a 'Lock to view' toggle to the camera node, which forces the camera to follow the editor preview allowing for extremely easier camera positioning.More quality of life camera features tba
A plugin that binds 2D snap settings to: TileMaps' cell size, RayCast2D's cast-to and Area2D's shape sizes, all appended under new nodes.Comes with a template for creating a scene for a JRPG overworld. It has a player that can be controlled to move around and an obstacle. A checkered background is also added as a reference to the player's co-ordination.
Let you make a first-person 3D game.
A set of useful nodes to use in Godot projects that facilitate implementing features like split-screen, asynchronous scene loading, a global event manager and caching materials. Documentation at:https://github.com/jocamar/Godot-Common-Game-FrameworkIf you have any questions you can reach out me on Twitter and I'll be happy to help:https://twitter.com/joaomarinheiro
"VRM" is a file format for handling 3D humanoid avatar (3D model) data for VR applications. It is based on glTF2.0. ( https://vrm.dev/en )** Now compatible with Godot 3.4 and GLES2 **This asset provides an importer for VRM characters, as well as a full implementation of the MToon Shader for Godot Engine. Enable the addons in "Project Settings..." → "Plugins"「VRM」はVRアプリケーション向けの人型3Dアバター(3Dモデル)データを扱うためのファイルフォーマットです。glTF2.0をベースとしており、誰でも自由に利用することができます。 ( https://vrm.dev )** Godot 3.4とGLES2のサポートが追加されました! **このアセットは、VRMの3Dアバターのインポーターを提供します。また、VRM Addon とは別に Godot 用の MToon シェーダーも同梱されています。「プロジェクト設定...」→「プラグイン」で有効にする。
Voxel plugin built with GDScript that offers various voxel features, utilities and fully fledged in-engine editors. Making it easy to create, import and edit voxel content anywhere Godot runs right out of the box, both in-engine and in-game. It is designed to be easily extended, allowing you to quickly create the voxel content you want, such as: characters, creatures, props, maps and more.