Godot Uuid Save

Unique identifier generation v4 for Godot Engine

Project README

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)

Open Source Agenda is not affiliated with "Godot Uuid" Project. README Source: binogure-studio/godot-uuid
Stars
162
Open Issues
0
Last Commit
5 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating