{"id":14960582,"url":"https://github.com/son1kxdev/replacefontunity","last_synced_at":"2025-10-24T18:31:53.406Z","repository":{"id":159538716,"uuid":"634695442","full_name":"Son1kXDev/replacefontunity","owner":"Son1kXDev","description":"A simple Unity Tool that allow you to easily replace the font of text components","archived":false,"fork":false,"pushed_at":"2024-01-04T02:54:56.000Z","size":18,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-10T10:07:35.699Z","etag":null,"topics":["unity","unity-editor","unity-plugin","unity-tool"],"latest_commit_sha":null,"homepage":"","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/Son1kXDev.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":"2023-04-30T23:58:25.000Z","updated_at":"2024-09-24T06:06:59.000Z","dependencies_parsed_at":"2023-05-21T08:30:22.723Z","dependency_job_id":"592e2f28-cc5b-443c-9862-03c1f283b82e","html_url":"https://github.com/Son1kXDev/replacefontunity","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"c314b751e352b07903f9a336e816293b2454ecc7"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Son1kXDev%2Freplacefontunity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Son1kXDev%2Freplacefontunity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Son1kXDev%2Freplacefontunity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Son1kXDev%2Freplacefontunity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Son1kXDev","download_url":"https://codeload.github.com/Son1kXDev/replacefontunity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868117,"owners_count":16555878,"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":["unity","unity-editor","unity-plugin","unity-tool"],"created_at":"2024-09-24T13:22:33.817Z","updated_at":"2025-10-24T18:31:52.369Z","avatar_url":"https://github.com/Son1kXDev.png","language":"C#","readme":"# Replace Font Plugin\n\nThis plugin allows you to replace the font in Text and TextMeshProUGUI components in your project, scene or prefab with a single font.\n\n## Installation\n\nTo install the plugin, simply download and import the *ReplaceFontTool.unitypackage* into your project.\n\n## Usage\n\nThe plugin provides several methods to replace the font in your project:\n\n### Replace the Font in Specific components\n\nThis method replaces the font in specific Text or TextMeshProUGUI components.\n\nTo use this method, go to `Tools \u003e Project \u003e Replace Font` in the Unity Editor. A window will appear, allowing you to select the font you want to use. First select the font type on `Type` enum. Next select the font you want to use. Click on `Find place` enum and select `Specified`. Add all components where you need to replace the font to `Specified Objects` list. Click the `Replace` button.\n\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/d9a2baba-2232-49aa-9679-4481bbe1c415)\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/69f934bc-9b00-4e1d-b9d0-76fd38dbf98c)\n\nAfter all process you can click the `Clear` button to remove all items from `Specified Objects` list.\n\n### Replace Font in Scene\n\nThis method replaces the font in all Text or TextMeshProUGUI components in the current scene.\n\nTo use this method, go to `Tools \u003e Project \u003e Replace Font` in the Unity Editor. A window will appear, allowing you to select the font you want to use. First select the font type on `Type` enum. Next select the font you want to use. Click on `Find place` enum and select `Current scene`. Click the `Replace` button.\n\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/dd9ffbe6-641e-4131-a9b8-0478d1d9df8c)\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/f27e1efc-4414-40ae-98a1-5dac8f8e688b)\n\n### Replace Font in Prefab\n\nThis method replaces the font in all Text or TextMeshProUGUI components in all prefabs in your project.\n\nTo use this method, go to `Tools \u003e Project \u003e Replace Font` in the Unity Editor. A window will appear, allowing you to select the font you want to use. First select the font type on `Type` enum. Next select the font you want to use. Click on `Find place` enum and select `Prefabs`. Click the `Replace` button.\n\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/2ee42eb7-b9ff-4334-ba5d-f32786b03685)\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/7096e37e-3d60-4eea-87e3-326e032a16b8)\n\n### Replace Font in Project\n\nThis method replaces the font in all Text or TextMeshProUGUI components in all scenes and prefabs in your project.\n\nTo use this method, go to `Tools \u003e Project \u003e Replace Font` in the Unity Editor. A window will appear, allowing you to select the font you want to use. First select the font type on `Type` enum. Next select the font you want to use. Click on `Find place` enum and select `All files in project`. Click the `Replace` button.\n\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/65a838e1-ef8b-4550-972a-57b7d336da77)\n![image](https://github.com/Son1kXDev/replacefontunity/assets/106654105/403bc918-82a0-48ce-89ec-36c2ab52e90b)\n\n## Notes\n\n- This plugin only replaces the font in Text and TextMeshProUGUI components. It does not replace the font in other components that use fonts, such as SpriteText.\n- This plugin does not create a backup of your project before making changes. Please make sure to back up your project before using this plugin.\n- This plugin does not support multiple fonts. You can only replace all Text and TextMeshProUGUI components with a single font at a time.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fson1kxdev%2Freplacefontunity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fson1kxdev%2Freplacefontunity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fson1kxdev%2Freplacefontunity/lists"}