uuid

An asset by binogure
The page banner background of a mountain and forest
uuid hero image

Quick Information

0 ratings
uuid icon image
binogure
uuid

The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.

Supported Engine Version
4.0
Version String
2.1.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

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)

The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
uuid icon image
binogure
uuid

The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.

Supported Engine Version
4.0
Version String
2.1.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers