Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Generates an array of names (strings) with current indexed entries of:1. Female (first & last name) using real world database of names2. Male (first & last name) using real world database of names3. Unisex (first name) using Emi's code for random fantasy name generation4. Unisex (first name-short) using Sam's code for random fantasy name generation5. Unisex (first name-medium) using Sam's code for random fantasy name generation6. Unisex (first name-long) using Sam's code for random fantasy name generationCan use as either main screen plugin (click interface) or as direct plugin to your application (call to class_name NameGenerator.new_name() )Using multiple different methods, including a small database of a few thousand names commonly found in the world, this generator builds multiple random full names for you to quickly choose from. It generates both true real world, and realistic fantasy names. The underlying code is designed to be expandable, feel free to contribute to its growth.This is a 'Main screen plugin' and will appear next to the 2D,3D,Script,AssetLib buttons in the top center of Godot 4.xLicense: Creative Commons Attribution License (reuse allowed)This work is a derivative work of Emi @emi_cpl https://www.youtube.com/@emi_cpl updated for Godot 4.0It has been further developed by Samuel Landers of [email protected]
https://github.com/SamuelLanders/Godot_4x_RandomNamesGenerator#RandomNamesGenerator
Generates an array of names (strings) with current indexed entries of:
- Female (first & last name) using real world database of names
- Male (first & last name) using real world database of names
- Unisex (first name) using Emi's code for random fantasy name generation
- Unisex (first name-short) using Sam's code for random fantasy name generation
- Unisex (first name-medium) using Sam's code for random fantasy name generation
- Unisex (first name-long) using Sam's code for random fantasy name generation
Using multiple different methods, including a small database of a few thousand names commonly found in the world, this generator builds multiple random full names for you to quickly choose from. It generates both true real world, and realistic fantasy names. The underlying code is designed to be expandable. Please feel free to help contribute to its growth.
This is a 'Main screen plugin' and will appear next to the 2D,3D,Script,AssetLib buttons in the top center of Godot 4.x
This work is a derivative work of Emi @emi_cpl https://www.youtube.com/@emi_cpl updated for Godot 4.0 It has been further developed by Samuel Landers of [email protected]
Generates an array of names (strings) with current indexed entries of:
1. Female (first & last name) using real world database of names
2. Male (first & last name) using real world database of names
3. Unisex (first name) using Emi's code for random fantasy name generation
4. Unisex (first name-short) using Sam's code for random fantasy name generation
5. Unisex (first name-medium) using Sam's code for random fantasy name generation
6. Unisex (first name-long) using Sam's code for random fantasy name generation
Can use as either main screen plugin (click interface) or as direct plugin to your application (call to class_name NameGenerator.new_name() )
Using multiple different methods, including a small database of a few thousand names commonly found in the world, this generator builds multiple random full names for you to quickly choose from. It generates both true real world, and realistic fantasy names. The underlying code is designed to be expandable, feel free to contribute to its growth.
This is a 'Main screen plugin' and will appear next to the 2D,3D,Script,AssetLib buttons in the top center of Godot 4.x
License: Creative Commons Attribution License (reuse allowed)
This work is a derivative work of Emi @emi_cpl https://www.youtube.com/@emi_cpl updated for Godot 4.0
It has been further developed by Samuel Landers of [email protected]
Reviews
Quick Information
Generates an array of names (strings) with current indexed entries of:1. Female (first & last name) using real world database of names2. Male (first & last name) using real world database of names3. Unisex (first name) using Emi's code for random fantasy name generation4. Unisex (first name-short) using Sam's code for random fantasy name generation5. Unisex (first name-medium) using Sam's code for random fantasy name generation6. Unisex (first name-long) using Sam's code for random fantasy name generationCan use as either main screen plugin (click interface) or as direct plugin to your application (call to class_name NameGenerator.new_name() )Using multiple different methods, including a small database of a few thousand names commonly found in the world, this generator builds multiple random full names for you to quickly choose from. It generates both true real world, and realistic fantasy names. The underlying code is designed to be expandable, feel free to contribute to its growth.This is a 'Main screen plugin' and will appear next to the 2D,3D,Script,AssetLib buttons in the top center of Godot 4.xLicense: Creative Commons Attribution License (reuse allowed)This work is a derivative work of Emi @emi_cpl https://www.youtube.com/@emi_cpl updated for Godot 4.0It has been further developed by Samuel Landers of [email protected]