Skip to content

selimanac/defold-uuid4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid4

Defold-uuid4 generator native extension based on uuid4.

All credits goes to Gregory void★ Pakosz

Installation

Open your game.project file and in the dependencies field under project add:

https://github.com/selimanac/defold-uuid4/archive/master.zip

Usage

uuid4.generate()

Generates a uuid4 and returns as string.

local uuid = uuid4.generate()