{"id":14961084,"url":"https://github.com/duckboss/nameplacegen-unity","last_synced_at":"2025-08-22T00:51:39.100Z","repository":{"id":154810922,"uuid":"83486436","full_name":"DuckBoss/NamePlaceGen-Unity","owner":"DuckBoss","description":"This project/package generates random names/places within a Unity Project. It's useful for NPC names.","archived":false,"fork":false,"pushed_at":"2018-03-13T12:29:41.000Z","size":604,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T04:02:18.948Z","etag":null,"topics":["randomnameplacegen-unity","unity","unity-game-engine","unity3d"],"latest_commit_sha":null,"homepage":"https://duckboss.github.io/NamePlaceGen-Unity/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuckBoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-28T22:38:56.000Z","updated_at":"2024-04-26T15:46:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"38fcf9f7-686e-42b9-bf7d-7678403f3b91","html_url":"https://github.com/DuckBoss/NamePlaceGen-Unity","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FNamePlaceGen-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FNamePlaceGen-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FNamePlaceGen-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FNamePlaceGen-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckBoss","download_url":"https://codeload.github.com/DuckBoss/NamePlaceGen-Unity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238030288,"owners_count":19404859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["randomnameplacegen-unity","unity","unity-game-engine","unity3d"],"created_at":"2024-09-24T13:23:47.321Z","updated_at":"2025-02-09T22:31:19.450Z","avatar_url":"https://github.com/DuckBoss.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RandomNamePlaceGen-Unity\n- This project/package generates random names/places within a Unity Project.\n\n[![GitHub release](https://img.shields.io/badge/Build-1.01-brightgreen.svg)](https://github.com/DuckBoss/NamePlaceGen-Unity/releases/latest)\n[![Packagist](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/DuckBoss/NamePlaceGen-Unity/blob/master/LICENSE)\n\n\n## Installation :\n- Open the folder as a project in the Unity Game Engine \n  OR\n- Create a project in the Unity Game Engine and import the included 'RandomNamePlaceGen-Unity.unitypackage'.\n\n## Usage : \n- Have the 'RandomNameGen' Script present in the scene.\n- Generate Male/Female/Other/Place names by calling the public accessible methods in 'RandomNameGen'.\n- I HIGHLY RECOMMEND PRE-CACHING THE NAMES YOU WISH TO USE AT RUNTIME FOR PERFORMANCE REASONS\n\n## Examples:\n```\nusing UnityEngine;\nusing JJ_RandomNameGen;\npublic testClass : Monobehavior {\n    private RandomNameGen genScript;\n    \n    private void Start() {\n        genScript = new RandomNamePlaceGen();\n        string MaleFirstName = genScript.GenerateFirstNameMale();\n        string FemaleFirstName = genScript.GenerateFirstNameFemale();\n        string Place = genScript.GeneratePlace();\n    }\n    ...\n}\n```\n\n## Extra Information:\n------------------------------\n- Check the 'Example' folder for a demo scene.\n- The script is fully documented.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckboss%2Fnameplacegen-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckboss%2Fnameplacegen-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckboss%2Fnameplacegen-unity/lists"}