일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- android
- ubuntu
- 한글
- mariadb
- server
- H2O
- 번역
- 컴퓨터과학총론
- techEmpower
- C lanuage
- 프래그먼트
- javascript
- 자바
- 개발자
- 안드로이드
- 해석
- MySQL
- php
- java
- Portfolio
- kakao
- it
- caddy
- C
- error
- NGINX
- centOS7
- 구글
- unity
- 개발
- Today
- Total
개발모음집
Unity 참고 모음 본문
AR
음악 추가 : Unity Tutorial: Playing Audio (Music and Sound Effects)
드롭다운 : Unity 5 | Responsive Menu Tutorial - Part 1
드롭다운 클릭이벤트 : unity 공홈
신 변경 : 유니티(Unity) Scene 전환 초간단 방법
( * 꼭 file - build settings 클릭 후 Sences in Build에서 scence들을 등록해줘야한다)
Portal -> https://www.youtube.com/watch?v=-9Fcoo1mVuo&list=PLKIKuXdn4ZMhwJmPnYI0e7Ixv94ZFPvEP&index=1
wikitude => https://www.youtube.com/watch?v=YbFuaAxntUA
꼭 Build할 때 player Settings들어가서 XR Settings의 ARCore Supported 체크해주고 Other Settings의 mulitlThreadRendering은 체크해제하기
* unity back button
https://answers.unity.com/questions/369198/how-to-exit-application-in-android-on-back-button.html
* Canvas에 있는 버튼들이 너무 작게 나옴
Canvas에서 CAnvas Scaler로 가서 UI Scale Mode를 Scle With Screen Size로 변경후
Reference Resolustion를1440 x 2880으로 변경
참고 : https://answers.unity.com/questions/1168470/text-really-small-on-android.html
* 2D 이미지
https://opengameart.org/
* error
지운 assets이 자동으로 추가되는 문제 : https://answers.unity.com/questions/1002535/unity-brings-some-asset-folders-back-right-after-i.html => 실제 폴더로 가서 해당 assets을 지우면 됨
'TheRestDevelop' 카테고리의 다른 글
(413) Request Entity Too Large error during file upload PHP (0) | 2018.11.15 |
---|---|
Unity로 VR 구현하기 (0) | 2018.11.08 |
유니티 버튼 클릭을 하면 캐릭터가 애니메이션하도록 하는 기능 (0) | 2018.11.06 |
Unity 캐릭터 스킨 설정, 캐릭터 움직이게 하기 (0) | 2018.11.05 |
unity에서 이미지 인식후 애니메이션 캐릭터 띄우기 (1) | 2018.11.02 |