Based on the UnityNativeDialogPlugin https://github.com/asus4/UnityNativeDialogPlugin
Platforms:
- iOS
- Android
- Editor (any platform)
Add the following GitHub URL from the Package Manager UI
https://github.com/Camper-code/UnityMessageBox.git
Just call the Show method with text
CampStudio.UnityMessageBox.MessageBox.Show("Hello!", "Hello world!");