Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 715 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 715 Bytes

Introduction

This project is sample project for common popup in mobile game.

Development Environment

  • Unity 2020.1.0f1
  • Visual Studio 2019 Community
  • Target OS : Android / iOS

Why CommonPopup?

How to use?


PopupManager.Instance.ShowCommonPopup("Title", "Content blah blah", "Yes", "No", OnClickPopupYes, OnClickPopupNo);   
PopupManager.Instance.ShowToastPopup("You've clicked Yes button.");

todo list

Development progress with screenshot

image

image