https://github.com/fronkongames/build-history
Keep a history of all the builds you do.
https://github.com/fronkongames/build-history
build-tool gamedev gamedevelopment indiedev tool unity unity-3d unity-editor unity3d
Last synced: 8 months ago
JSON representation
Keep a history of all the builds you do.
- Host: GitHub
- URL: https://github.com/fronkongames/build-history
- Owner: FronkonGames
- License: mit
- Created: 2023-11-19T15:21:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T18:21:31.000Z (over 2 years ago)
- Last Synced: 2024-09-22T11:31:13.850Z (almost 2 years ago)
- Topics: build-tool, gamedev, gamedevelopment, indiedev, tool, unity, unity-3d, unity-editor, unity3d
- Language: C#
- Homepage: https://github.com/FronkonGames
- Size: 1.99 MB
- Stars: 31
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

It keeps the information of all the builds you do and represents their data in graphs.
## 🎇 Features
- Automatically records the result of each build.
- Import and export data in CSV files.
## 🔧 Requisites
- Unity 2021.3 or higher.
## ⚙️ Installation
### Editing your 'manifest.json'
- Open the manifest.json file of your Unity project.
- In the section "dependencies" add:
```c#
{
...
"dependencies":
{
...
"FronkonGames.Tools.BuildHistory": "git+https://github.com/FronkonGames/Build-History.git"
}
...
}
```
### Git
Just clone the repository into your Assets folder:
```c#
git clone https://github.com/FronkonGames/Build-History.git
```
### Zip
Download the [latest release](https://github.com/FronkonGames/Build-History/releases) and unzip it into the Assets directory.
## 🚀 Use
Simply use the menu 'Windows > Fronkon Games > Build History'.

And you'll see something like this:

At 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.
The next column (2) shows the platform of the build. The third and fourth columns show the date (3) and how long it lasted (4).
In 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.
Finally, you can click on the trash icon (8) to delete that row.
By 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.

Finally you can import (10) / export (11) or delete all the data (12) by clicking on any of the buttons at the bottom.
## 📜 License
Code released under [MIT License](https://github.com/FronkonGames/Build-History/blob/main/LICENSE.md).