Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binogure-studio/godot-uuid

Unique identifier generation v4 for Godot Engine
https://github.com/binogure-studio/godot-uuid

godot godot-engine godot-plugin uuid

Last synced: 2 days ago
JSON representation

Unique identifier generation v4 for Godot Engine

Awesome Lists containing this 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](https://godotengine.org).

Usage
-----

Copy the `uuid.gd` file in your project folder, and preload it using a constant.

```gdscript
const uuid_util = preload('res://addons/uuid/uuid.gd')

func _init():
print(uuid_util.v4())
```

Licensing
---------

MIT (See license file for more informations)