• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language GDScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unique identifier generation v4 for Godot Engine

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)