✨ New Features
dump.csView – Inspect C# class definitions directly within Breeze.- Class Field View – Inspect fields from a live class instance, with support for pinning resolved addresses for real-time tracking.
- Class Navigation Tools
- View Class – Navigate to and follow field types.
- Class Link – Discover parent and upstream links.
- Improved Class-Link Resolution – Discovering a single instance can now lead to multiple related instances for deeper exploration.
- Save / Load Class Views – Preserve class views, including instance links, as long as the underlying addresses remain valid.
- Cheat Generation Support – Generate cheats when linked addresses originate from the
mainregion. - Class Instance Search – Search memory for instances of a class field.
- Gen2 & Memory Explorer Enhancement – A new Class Field button has been added to both the Gen2 and Memory Explorer menus, providing direct access to the pinned Class Field Instance View. The button is now also tolerant of minor address inaccuracies.
- Il2Cpp ported to Switch. Launch it from the main menu if you’d rather wait for this slower version than use the PC version for the conversion.
Il2Cpp may need to run in Title Takeover mode to have enough memory for some games in order to perform the nx2elf conversion. You can delete main, main.elf and global-metadata.dat after dump.cs has been generated.
📘 Detailed Guide to Unity-Exclusive Features
https://github.com/tomvita/Breeze-Beta/blob/master/docs/UnityGuide.md
This guide has been updated to reflect latest enhancements.