unity 엔진 6

[DOTween Pro] 3. Sequence

[공식문서]DOTween - Documentation DOTween - DocumentationNomenclature Tweener A tween that takes control of a value and animates it. Sequence A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group. Tween A generic word that indicates both a Tweenerdotween.demigiant.com 앞 장에서 Tweener의 사용 방법을 알았으니 이제 Sequence를 더 살펴볼 차례다. Sequence공식 문서에서 이..

[DOTween Pro] 2. Tweener

[공식 문서]DOTween - Documentation DOTween - DocumentationNomenclature Tweener A tween that takes control of a value and animates it. Sequence A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group. Tween A generic word that indicates both a Tweenerdotween.demigiant.com 앞서 문서에서 간단하게 DOTween을 사용해 봤다.DOTween은 애니메이션를 당당하는 Tweener와 그 Tweene..

[DOTween Pro] 1. DOTween 개념 정리 및 사용법

참고(DOTween 공식 문서)https://dotween.demigiant.com/documentation.php DOTween - DocumentationNomenclature Tweener A tween that takes control of a value and animates it. Sequence A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group. Tween A generic word that indicates both a Tweenerdotween.demigiant.com [DOTween 명명법]Tweener: 값을 제어하고 애니메..

[DOTween Pro] 0. DOTween 개요

[DOTween 이란]DOTween은 Unity에서 사용되는 애니메이션 및 트위닝 그리고 객체 지향 애니메이션 라이브러리이다. 여기서 트위닝이란 인비트위닝 (inbetweening) 의 줄임말로, 키 프레임 사이의 프레임 값들을 파라미터를 통해 적절하게 계산해주는 프로세스라고 보면 된다. 사용자 입장에선 키프레임과 파라미터만 적절히 입력하면DoTween이 알아서 계산하고 처리 해주기 때문에 개발면에서 아주 편리해진다.  [공식 사이트]https://dotween.demigiant.com/index.php DOTween (HOTween v2)DOTween is a fast, efficient, fully type-safe object-oriented animation engine for Unity, opt..

유니티 실행 시 소리가 안 들릴 때

유니티 에디터 실행시 소리가 음소거 되어 안 들리는 경우가 있다. 다음과 같은 절차를 걸처보자. 1.  오디오 리스너 여부 보통 메인 카메라에 기본으로 달려있으나 실수로 삭제했을 수도 있다.   2. Scene창에서 오디오 뮤트 여부오디오 토글이 꺼져있는지 확인하다.   3. Game창에서 오디오 뮤트 여부만약 Scene창의 토글을 켰는데도 에디터 실행시 자동으로 토글이 꺼진다면Game창의 토글이 꺼져있는 경우이다.   4. Build setting - player settings - audio 확인 5. 컴퓨터 스피커 문제 및 그외의 설정이외에도 여러 문제가 있을 수 있다.   유니티 사용하다 보면 다들 3번 때문에한번 정도 막히는 것 같다.

유니티 허브 로그인 오류

정말 사용자명 때문인지 모듈 설치시 validation failed이 떠서사용자 계정을 변경하여 모듈만 따로 설치하고 있다. (유니티 에디터 애플리케이션 설치 실패 : validation failed 해결법 : 네이버 블로그 (naver.com)어느 현명한분의 블로그가 도움이 많이 됐다.)문제는 다른 사용자계정에서 유니티를 로그인 하려고하면  이처럼 웹페이지에서는 로그인이 되지만 유니티 허브에서는 로그인이 동기화되지 않는 오류가존재한다. 아마도 메인 사용자 계정의 로그인 정보와 충돌해서 인식하지 못하는 것 같은데  해결법은 그냥 유니티 허브를 재 설치 해준 다음 로그인 하면 된다. 겸사겸사 유니티 허브 최신버전으로 업데이트 까지 하도록 하자