uuid

by binogure

226

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)

Version

3.0.0

Engine

4.0

Category

Scripts

Download

Version3.0.0
Download Now

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author