Canvas scaler
The CanvasScalerRecorderModule
automatically picks up every CanvasScaler component in the scene and records its properties.
Creation and destruction
The creation and destruction of a CanvasScaler component are recorded as a CanvasScalerCreate and CanvasScalerDestroy sample respectively.
When created, a CanvasScalerUpdate sample is emitted with the initial properties of the CanvasScaler component.
Update
Hooks
This recorder module doesn't hook into any methods to detect changes in the component properties yet. If you need to record dynamic changes, feel free to contribute.
Info
See the associated proto files for more information on the data format.