项目作者: binogure-studio

项目描述 :
Unique identifier generation v4 for Godot Engine
高级语言: GDScript
项目地址: git://github.com/binogure-studio/godot-uuid.git
创建时间: 2017-08-31T20:55:14Z
项目社区:https://github.com/binogure-studio/godot-uuid

开源协议:MIT License

下载


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.

  1. const uuid_util = preload('res://addons/uuid/uuid.gd')
  2. func _init():
  3. print(uuid_util.v4())

Licensing

MIT (See license file for more informations)