unity3d - How to show status bar notification in unity 3D game in Android -
in game want make mechanism after using arrows player has wait 30 minutes play again.
so want game show notifications when game ready play again showing notification on status bar of device though player not in game.
i have no idea how send notification game device (android)status bar. please me out
you should not using status bar this, against android design guide. use notifications , notification drawer.
see android developer docs more information on notifications: http://developer.android.com/guide/topics/ui/notifiers/notifications.html
see here unity plugin hard work you: https://github.com/agasper/unity-android-notifications
Comments
Post a Comment