A downloadable game for Android

Download NowName your own price

POP CAT啵啵貓

遊戲說明

跟著迷因pop cat啵啵貓一起啵啵!
掃描《啵啵小卡》後,讓貓咪立在卡片上。
按下「點擊啵啵」一同體驗立體世界的pop cat!
接著按下「來看啵啵」看一下pop cat的影片~

組員

組員:彭宇婕 | 巨資四A | 09170125 | 負責開發

加分項目

觸發動畫時,加入音效。
詢問老師撰寫程式碼,影片在播放完後隱藏。
using UnityEngine; using UnityEngine.Video; public class VideoManager : MonoBehaviour { private GameObject objectVideo; public void PlayVideo(VideoPlayer video) { objectVideo = video.gameObject; objectVideo.SetActive(true); video.Play(); Invoke("HideVideo", (float)video.length); } private void HideVideo() { objectVideo.SetActive(false); } }

啵啵小卡


Published 14 days ago
StatusReleased
PlatformsAndroid
Authoryujie1121
GenreInteractive Fiction
Tags3D, Cute

Download

Download NowName your own price

Click download now to get access to the following files:

ARpopcat.apk 50 MB

Leave a comment

Log in with itch.io to leave a comment.