본문 바로가기

HTD

검색하기
HTD
프로필사진 hanbikan

  • 분류 전체보기 (392)
    • Java (2)
    • Kotlin (69)
    • Android (57)
    • Front-end (2)
    • Back-end (10)
    • Unity (2)
    • Git, Github (4)
    • Algorithm (236)
      • 백준 (224)
      • 프로그래머스 (8)
    • NO CODE (10)
      • 자유게시판 (8)
      • SW마에스트로 (1)
      • 카카오브레인 패스파인더 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • Github
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Unity (2)

HTD

Unity AndroidNotification을 이용하여, 앱 종료 후에 Notification 예약하기

1. 라이브러리 임포트 using Unity.Notifications.Android; 2. OnApplicationPause() private void OnApplicationPause(bool pause) { if (pause) { #if UNITY_ANDROID //이전에 스케줄되었던 알림들 취소 AndroidNotificationCenter.CancelAllNotifications(); AndroidNotificationChannel notificationChannel = new AndroidNotificationChannel( "notification_channel1", "notification_title", "This is a notification", Importance.High ); Andr..

Unity 2021. 5. 9. 10:47
Clean Code For Unity C#

unityindepth.tistory.com/6

Unity 2021. 4. 12. 15:48
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바