All Projects → binogure-studio → godot-uuid

binogure-studio / godot-uuid

Licence: MIT license
Unique identifier generation v4 for Godot Engine

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to godot-uuid

GodotTerrainEditorPainter
Heightmap based terrain editor plugin for GODOT with vertex color based terrain shader painting
Stars: ✭ 23 (-76.04%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-logger
Simple in-game logger for Godot 4.0
Stars: ✭ 14 (-85.42%)
Mutual labels:  godot, godot-engine, godot-plugin
PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (-70.83%)
Mutual labels:  godot, godot-engine, godot-plugin
discord.gd
Discord Bot API wrapper for Godot. Make bots in GDScript.
Stars: ✭ 69 (-28.12%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-plugin-refresher
Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
Stars: ✭ 104 (+8.33%)
Mutual labels:  godot, godot-engine, godot-plugin
Persistence
Plugin para almacenar datos de forma persistente en Godot Engine 3
Stars: ✭ 20 (-79.17%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-local-notification
Godot module for local notifications (android and iOS)
Stars: ✭ 111 (+15.63%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-skills
A generic, compositional skill system for Godot Engine that uses scenes to design abilities and their effects.
Stars: ✭ 25 (-73.96%)
Mutual labels:  godot, godot-engine, godot-plugin
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+102.08%)
Mutual labels:  godot, godot-engine, godot-plugin
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-80.21%)
Mutual labels:  godot, godot-engine, godot-plugin
viewport-spy
Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.
Stars: ✭ 28 (-70.83%)
Mutual labels:  godot, godot-engine, godot-plugin
GodotFAN
Facebook Audience Network Ad module for godot
Stars: ✭ 25 (-73.96%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-rpgdb
An easy to use JSON database-manager for Godot.
Stars: ✭ 25 (-73.96%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-57.29%)
Mutual labels:  godot, godot-engine, godot-plugin
Project-Map
No description or website provided.
Stars: ✭ 52 (-45.83%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-shotgun-party
An evolving multiplayer project for Godot Engine 3.
Stars: ✭ 171 (+78.13%)
Mutual labels:  godot, godot-engine
lottie
No description or website provided.
Stars: ✭ 18 (-81.25%)
Mutual labels:  godot, godot-engine
gdosc
OSC module for Godot game engine - it is now discontinued in favor of https://gitlab.com/frankiezafe/gdosc
Stars: ✭ 14 (-85.42%)
Mutual labels:  godot, godot-engine
godot-sponza
Sponza demo for Godot 3.x (`master` branch) and 4 (`4.0-dev` branch)
Stars: ✭ 133 (+38.54%)
Mutual labels:  godot, godot-engine
godot-lod-demo
Demonstration project for the Level of Detail (LOD) Godot 3.x add-on
Stars: ✭ 34 (-64.58%)
Mutual labels:  godot, godot-engine

uuid - static uuid generator for Godot Engine

The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.

Usage

Copy the uuid.gd file in your project folder, and preload it using a constant.

const uuid_util = preload('res://uuid.gd')

func _init():
  print(uuid_util.v4())

Licensing

MIT (See license file for more informations)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].