{"id":14960753,"url":"https://github.com/fronkongames/build-history","last_synced_at":"2025-10-24T19:30:19.937Z","repository":{"id":208088497,"uuid":"720778875","full_name":"FronkonGames/Build-History","owner":"FronkonGames","description":"Keep a history of all the builds you do.","archived":false,"fork":false,"pushed_at":"2024-01-26T18:21:31.000Z","size":2088,"stargazers_count":31,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-22T11:31:13.850Z","etag":null,"topics":["build-tool","gamedev","gamedevelopment","indiedev","tool","unity","unity-3d","unity-editor","unity3d"],"latest_commit_sha":null,"homepage":"https://github.com/FronkonGames","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/FronkonGames.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-19T15:21:31.000Z","updated_at":"2024-08-27T14:48:32.000Z","dependencies_parsed_at":"2023-11-19T17:26:57.785Z","dependency_job_id":"bf571f91-8905-48f8-af59-351500b17252","html_url":"https://github.com/FronkonGames/Build-History","commit_stats":null,"previous_names":["fronkongames/build-history"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FBuild-History","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FBuild-History/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FBuild-History/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FBuild-History/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FronkonGames","download_url":"https://codeload.github.com/FronkonGames/Build-History/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867815,"owners_count":16554365,"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":["build-tool","gamedev","gamedevelopment","indiedev","tool","unity","unity-3d","unity-editor","unity3d"],"created_at":"2024-09-24T13:22:53.887Z","updated_at":"2025-10-24T19:30:19.573Z","avatar_url":"https://github.com/FronkonGames.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"Media/banner.png\"/\u003e\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca style=\"text-decoration:none\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/v/FronkonGames/Build-History?style=flat-square\" alt=\"version\" /\u003e\n  \u003c/a\u003e  \n  \u003ca style=\"text-decoration:none\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/FronkonGames/Build-History?style=flat-square\" alt=\"license\" /\u003e\n  \u003c/a\u003e\n  \u003ca style=\"text-decoration:none\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/top/FronkonGames/Build-History?style=flat-square\" alt=\"top language\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nIt keeps the information of all the builds you do and represents their data in graphs.\n\n## 🎇 Features\n\n- Automatically records the result of each build.\n- Import and export data in CSV files.\n\n## 🔧 Requisites\n\n- Unity 2021.3 or higher.\n\n## ⚙️ Installation\n\n### Editing your 'manifest.json'\n\n- Open the manifest.json file of your Unity project.\n- In the section \"dependencies\" add:\n\n```c#\n{\n  ...\n  \"dependencies\":\n  {\n    ...\n    \"FronkonGames.Tools.BuildHistory\": \"git+https://github.com/FronkonGames/Build-History.git\"\n  }\n  ...\n}\n```\n\n### Git\n\nJust clone the repository into your Assets folder:\n\n```c#\ngit clone https://github.com/FronkonGames/Build-History.git \n```\n\n### Zip\n\nDownload the [latest release](https://github.com/FronkonGames/Build-History/releases) and unzip it into the Assets directory.\n\n## 🚀 Use\n\nSimply use the menu 'Windows \u003e Fronkon Games \u003e Build History'.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"Media/howto.jpg\"/\u003e\u003c/p\u003e\n\nAnd you'll see something like this:\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"Media/inspector_0.png\"/\u003e\u003c/p\u003e\n\nAt the top you will see a list with information about all the builds you make. The first column (1) shows whether the compilation finished successfully or not.\n\nThe next column (2) shows the platform of the build. The third and fourth columns show the date (3) and how long it lasted (4).\n\nIn the next two you can see how many files were processed (5) and the final size (6). The last column (8) informs you about how many errors and warnings occurred.\nFinally, you can click on the trash icon (8) to delete that row.\n\nBy activating some of the checkbox at the bottom (9) you can activate a more visual way to see parameters such as duration, files, size and errors / warnings.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"Media/inspector_1.png\"/\u003e\u003c/p\u003e\n\nFinally you can import (10) / export (11) or delete all the data (12) by clicking on any of the buttons at the bottom.\n\n## 📜 License\n\nCode released under [MIT License](https://github.com/FronkonGames/Build-History/blob/main/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffronkongames%2Fbuild-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffronkongames%2Fbuild-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffronkongames%2Fbuild-history/lists"}