Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoqi/minos-uuid-generator-for-godot
A UUID generator for Godot Engine, with 1.295×10^50 combinations it'll work for any sized game, never having to worry about running out of unique IDs! Automatically stores new UUIDs and removes old ones.
https://github.com/minoqi/minos-uuid-generator-for-godot
game-development gdscript godot godot-addon godot-engine godot-plugin godot4 godot4-1 godot4-2 godotengine tool
Last synced: about 1 month ago
JSON representation
A UUID generator for Godot Engine, with 1.295×10^50 combinations it'll work for any sized game, never having to worry about running out of unique IDs! Automatically stores new UUIDs and removes old ones.
- Host: GitHub
- URL: https://github.com/minoqi/minos-uuid-generator-for-godot
- Owner: Minoqi
- License: mit
- Created: 2024-03-02T20:08:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:20:38.000Z (8 months ago)
- Last Synced: 2024-09-27T00:03:24.549Z (about 2 months ago)
- Topics: game-development, gdscript, godot, godot-addon, godot-engine, godot-plugin, godot4, godot4-1, godot4-2, godotengine, tool
- Language: GDScript
- Homepage: https://minosuuidgenerator.carrd.co
- Size: 913 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Minos UUID Generator](https://minosuuidgenerator.carrd.co) for Godot
A UUID generator for [Godot Engine](https://godotengine.org/), with 1.295×10^50 combinations it'll work for any sized game, never having to worry about running out of unique IDs! Automatically stores new UUIDs and removes old ones.
*NOTE: This is for Godot 4 only, and this repo is for GDScript, click [here](https://github.com/Minoqi/minos-UUID-generator-for-godot-csharp?tab=readme-ov-file) for the C# version!*
## Features
- Custom node (UUIDManager) that stores the UUID
- Automatically generates UUID when node is created
- Automatically removes UUID when node is deleted
- (Optional) debug messages to make sure UUIDs are always working
- Easily create UUIDs at runtime, just need to instantiate the node and the rest is done automatically## Installation
Copy the `minos_uuid_generator` directory into your `res://addons/` directory. Then make sure to enable the plugin in `Project Settings -> Plugins`.
## Documentation
- [Github Ver](Documentation/GDScriptDocumentation.md)
- [Website Ver](https://minosuuidgenerator.carrd.co/#docs)## Contributors
Minos UUID Generator for Godot is made by [Minoqi](https://freelancefelix.com).
## License
Licensed under the MIT license, see `LICENSE` for more information.