UnityException: Unable to install APK!

Installation failed. See the Console for details.

 

 별다른 로그 없이 위와같은 내용만 표출하고 빌드가 안되는 않는 현상이 발생하여 찾아보니,


 현재 폰에 설치 되어있는 같은 패키지 어플을 삭제하고 다시 시도하니 정상동작하였습니다.


  출처 : http://answers.unity3d.com/questions/815011/unable-to-install-apk.html

'개발' 카테고리의 다른 글

[알고리즘] 등차수열  (1) 2017.08.24
Unity3d 베지에 곡선  (0) 2017.03.31
Unity 화면밖으로 객체가 나갈경우 이벤트  (0) 2016.12.17
Unity3d Time 클래스  (0) 2016.12.17
[Spring Boot] MojoFailureException 오류  (1) 2016.10.12


Renderer.OnBecameInvisible()


카메라 밖으로 객체가 나갈경우 호출된다.



'개발' 카테고리의 다른 글

Unity3d 베지에 곡선  (0) 2017.03.31
Unity UnityException: Unable to install APK!  (1) 2017.01.11
Unity3d Time 클래스  (0) 2016.12.17
[Spring Boot] MojoFailureException 오류  (1) 2016.10.12
swift Imageview not antialias  (0) 2016.06.03


- Time.time


 이 프레임의 시작 시간은 (읽기 전용). 이것은 게임의 시작한 시간이다.

 즉 게임이 시작하였을때부터 진행되어온 시간이 기록된다.



 - Time.frameCount


 게임이 시작된 이후부터 렌더링된 프레임의 회전 숫자가 기록된다.



 - Time.deltaTime


 프레임이 완료된 시점은 시간을 기록한다.

즉 이전 코드 실행이후 해당 프레임의 처리를 완료된 시점이 기록된다.



- Time.smoothDeltaTime


 deltaTime과 기능적으로는 비슷하나 조금더 객체가 부드럽게 움직일수 있도록


큰움직임을 제한하여 기록한다.



 

'개발' 카테고리의 다른 글

Unity UnityException: Unable to install APK!  (1) 2017.01.11
Unity 화면밖으로 객체가 나갈경우 이벤트  (0) 2016.12.17
[Spring Boot] MojoFailureException 오류  (1) 2016.10.12
swift Imageview not antialias  (0) 2016.06.03
jsoup 403 error  (0) 2015.11.23

+ Recent posts