Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

uuid
The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.
Supported Engine Version
4.0
Version String
2.1.1
License Version
MIT
Support Level
community
Modified Date
7 months ago
Git URL
Issue URL
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)
The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.
Reviews
Quick Information

uuid
The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.
Supported Engine Version
4.0
Version String
2.1.1
License Version
MIT
Support Level
community
Modified Date
7 months ago
Git URL
Issue URL