728x90 반응형 전체 글79 Monster Defense 게임 개발 - 6 공개 테스트 출시 Play storehttps://play.google.com/store/apps/details?id=com.notyu.monsterdefense Monster Defense - Google Play 앱방어하고, 생존하고, 수집하세요play.google.com Monster Defense version 0.9 오류 수정 게임에 어울리는 아이콘을 제작하였다.광고를 시청하면 보상으로 입장권이 주어지도록 하였다.부활하였을 때 새로운 몬스터를 타겟팅하지 않도록 하였다.부활하였을 때 일정시간 데미지가 들어오지 않도록 하였다. 업데이트신규 지역 및 스테이지 1-6에서 2-10까지의 15개의 신규 스테이지를 구현하였다.신규 지역 2를 구현하고 신규 스테이지를 입장할 수 있도록 하였다.지역별로 5스테이지는 레어 몬스터.. 2025. 3. 30. 유니티 Google currentActivity Error 1. currentActivity Error1.1 에러 코드Exception: Field currentActivity or type signature not found 유니티 에디터에서는 currentActivity를 찾을 수 없어 발생하는 문제이다. using Google.Play.AppUpdate;using Google.Play.Common;using System.Collections;using UnityEngine;public class MyAppUpdateManager : MonoBehaviour{ AppUpdateManager appUpdateManager = new AppUpdateManager(); void Awake() { appUpdateManager = new .. 2025. 3. 27. 유니티 IOSResolver.dll Error 1. IOSResolver.dll Error1.1. 에러 코드Assembly 'Assets/ExternalDependencyManager/Editor/1.2.185/Google.IOSResolver.dll' will not be loaded due to errors:Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform?Reference validation can be disabled in the Plugin Inspector. 1.2. 원인구글 안드로이드 패키지를 연동하는 과정에서 발생하는 에러이다. 설치한 패키지를 iOS와 연.. 2025. 3. 26. 유니티 페이드인 페이드아웃 효과 ( FadeIn FadeOut Effect) 1. 페이드인 페이드아웃 효과 (FadeIn FadeOut Effect)게임이나 앱은 화면 전환이 빈번하게 발생한다. 또한, 설계에 따라 던전 진입, 필드 이동과 같이 위치를 변경하기도 한다. 이러한 경우에 페이드인 페이드아웃 효과를 주어 화면 전환 과정에서 발생하는 부자연스러운 부분을 보이지 않도록 할 수 있다.페이드인 페이드아웃 효과는 화면 전환이 자연스럽게 보이도록 하는 효과이다.페이드인은 검은색이나 흰색화면에서 화면이 서서히 보이게하는 효과이다.페이드아웃은 검은색이나 흰색으로 화면이 서서히 사라지게하는 효과이다.2. 입력 차단게임이나 앱은 화면 전환이 이루어지는 과정에서 추가적인 입력이 발생하지 않도록 사용자의 입력을 차단해 주어야 한다. 추가적인 입력이 발생하면 예기치 않은 오류가 발생할 수 있.. 2025. 3. 4. 이전 1 2 3 4 ··· 20 다음 728x90 반응형