A collection of small packages and scripts from handy Unity helpers
- Color Debug Log - A small tool to create situation-dependent and colored debug logs in Unity for easy differentiation.
- AlphaRaycastFilter - Filters raycasts on a UI Image based on the alpha value of its pixels. Only areas with sufficient opacity will register raycast hits.
- TextMeshProResizer - Dynamically adjusts the font size of multiple TextMeshPro labels based on the one with the longest text. Only the longest label uses AutoSizing; the others adopt its font size.