× Phaseshift FCOM Tutorials

Bubble.Debug Changelog


## [1.2.2] - 2025-11-20

### Added
- Ability to add context to messages to trace the effected gameObject
## [1.2.1] - 2025-11-01

### Changed
- Fixed an issue with collecting wrong frame for stack trace
## [1.2.0] - 2025-11-01

### Added
- Added line numbers to stack trace output

### Changed
- Tidied up code
## [1.1.0] - 2025-11-01

### Added
- Added colours to debug methods, and added optional highlighting to Trace method

### Changed
- Changed assembly definition naming
## [1.0.0] - 2025-11-01

### Added

- Super simple extension to Unity's Debug.Log to show exact script and method log was called from
- Can turn off all logs for development builds