The Dynamic Unity SDK supports multiple authentication methods. After successful authentication, the SDK automatically populates the wallet list.
Email OTP
SMS OTP
Social login
Passkey sign-in
Passkey sign-in only works on native devices (iOS/Android), not in the Unity Editor or macOS.
External JWT
For integrating with your own authentication system:
The easiest way to add authentication is using the built-in UI:
This displays a full authentication flow with all enabled authentication methods.
Next steps