Back to API Reference
Class

UniTextPasteControl

sealed
Inherits:MonoBehaviour

Cross-platform Paste widget. On iOS 16+ overlays a native UIPasteControl on top of this RectTransform (bypasses the system paste-permission prompt). Elsewhere triggers Paste through an optional sibling/child Button.

public void TriggerPaste()

Programmatic paste through Paste. On iOS 16+ outside a user-action context this surfaces the system prompt — prefer the native overlay (real tap) on that OS.

public Action Pasted

Occurs when a paste has succeeded (native overlay tap or fallback click).