Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 503 Bytes

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()