Skip to content

Unique identifier generation v4 for Godot Engine

License

Notifications You must be signed in to change notification settings

mizutani256/godot-uuid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Unique identifier generation v4 for Godot Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • GDScript 100.0%