In recent months we have been improving UnityDataTool and adding more capabilities for analyzing Unity build results.
The project now includes Windows and OSX builds ready for download. We will do new releases periodically as fixes and features are added. The most recent build is 1.3.2.
Recent improvements include:
- A “serialized-file” command that lets you look at the content inside Unity SerializedFiles
- More comprehensive documentation
- Better error handling and reporting for the “analyze” command (although still more work to do)
- Support for analyzing BuildReport files (and Addressable buildlayout.json files)
- Support for MonoScripts (showing info about MonoBehaviours and ScriptableObjects in the build)
- An AGENTS.md to aid in AI assisted use and development
We continue to support reading content from older versions of Unity and are updating it to include support for Unity 6.5 and beyond.
I’m also curious to hear how you are putting this tool into use. While we cannot guarantee bug fixes or offer official support, we would like to continue to improve the usefulness of this tool. Feel free to log issues in the github project, or discuss the tool in these discussions.
Tip: AI agent tools like Claude and Cursor can help with the use of UnityDataTool. Make sure you have UnityDataTool and an sqlite cli tool in your path. Then point the AI agent at the git repo or documentation folder and it should be able to help you make the best use of UnityDataTool to look at the results of your Unity builds. For example it can help you perform an analysis, query information out of the sqlite database and present results in a convenient format. Please share your findings trying out this kind of AI assisted workflow as well!