UIWidgets icon indicating copy to clipboard operation
UIWidgets copied to clipboard

_handleViewMetricsChanged null pointer exception

Open PROGrand opened this issue 4 years ago • 0 comments
trafficstars

BUG (at least iOS)

  1. UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
  2. User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.

FIX: remove handler in onDisable.

PROGrand avatar Dec 21 '20 22:12 PROGrand