UUID v5 Generator
R

Publisher

raresail

UUID v5 Generator

Tools
UUID Generation GDScript Data System Customizable Development Unique

This asset is a UUID v5 Generator, unlike v1 or v4, UUID v5 is generated by providing two pieces of input information. If you want a unique ID that’s not random, UUID v5 could be the right choice.

UUID v5 Generator for Godot Engine 4

A UUID v5 generator for godot

Usage

The first arg in the method is a string value that you want to encode in v5 and the second one is the name space which must be a valid UUID

var uuid = preload("res://addons/uuidv5/v5.gd")
var generated_uuid = uuid.v5("any string", "6ba7b810-9dad-11d1-80b4-00c04fd430c8")