
Auto-adjust UI when mobile keyboard appears - keep your input fields visible.Easily detect the on-screen keyboard height on mobile and reposition your UI to prevent overlap. Great for input forms or chat UIs. The system is lightweight, simple to integrate, and works across screen sizes using Canvas Scaler. Fully customizable response behavior through events.Platform support: Android & iOSUnity UI compatibility: Works with Canvas set to “Scale With Screen Size”Event-based API: Listen to OnKeyboardHeightChanged(float heightRatio)Uses screen height ratio for resolution-independent layoutNo third-party dependenciesCustomizable: Use the ratio to move, resize, or animate any UI elementTested on: Unity 2021+, 2022+, Android 8+, iOS 13+