
B
Publisher
binogure
uuid
Tools
UUID Identifier GDScript Static MIT Generation Unique
The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
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://addons/uuid/uuid.gd')
func _init():
print(uuid_util.v4())
Licensing
MIT (See license file for more informations)