본문 바로가기

Unity46

[Unity] 유니티 기초 / 에디터 기초, 단축키, Component 패턴, 매니저, Singleton 패턴, 디버깅 본 포스팅은 인프런 - Rookiss님의 을 토대로 작성하였습니다. 강의 보러가기: https://www.inflearn.com/course/mmorpg-%EC%9C%A0%EB%8B%88%ED%8B%B0/dashboard 환경 설정 * 단축키 * - Object 만들기 : ctrl + shift + n - Object 이름 바꾸기: F2 - Play : ctrl + p (play 끌때도 같음) - 현재 저장: ctrl + s - 다른 이름 혹은 다른 경로에 저장 : ctrl + shift+ s , File -> SaveAs 오른쪽 마우스+ W,A,S,D : 상하좌우움직이기 오른쪽 마우스 + Q, E : 위 아래 오른쪽 마우스만 가지고도 움직이고 오른쪽 마우스 + alt : zoom in, zoom out.. 2023. 1. 19.
TextMesh Pro 사용하기 유니티(Unity) - Textmesh Pro.. : 네이버블로그 (naver.com) 1. Window - Package Manager - TextMesh Pro 2. 원하는 폰트 (한글 폰트는 잘 안됨) ttf 파일을 가공해서 사용함 (블로그 참고) + 그래도 이해 안되면 인강 참고 3. TextMesh Pro - Resources - TMP Settings 에서 Default Font Asset 만져주기 2022. 6. 28.
Hungry Animals Online Manual Welcome to the doughnut shop! This manual will help you enjoy the game. 1. Click on the doughnut using the trigger button. Donuts will lead you to the main scene. 2. In the main scene, you can see the tutorial, setting, and game start buttons. Click the TUTORIAL button to view a simple game description as an image. If you don't understand well, refer to this manual. If you press the SETTING butt.. 2022. 4. 6.
Hungry Animals Developers Team DNCD Developers Jieun Lee / Client Programmer wldms949494@gmail.com Jaesung Son / Designer softpower811@gmail.com Dongkyu Lim / Animator ashutaria@gmail.com Special Thanks to Chaewhan Park / SideQuest Artwork design jhjfdk@naver.com 2022. 3. 11.
Privacy Policy Privacy Policy jinnycorn produced the HUNGRY ANIMALS game as a paid game. This service is intended to be used by jinnycorn at $8.99. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to .. 2022. 3. 1.
[Unity] There are 2 event systems in the scene. Please ensure there is always exactly one event system in the scene 문제: 말 그대로 이벤트 시스템이 두개니까 하나 지워주라는 얘긴데 Hirarchy로 아무리 검색해봐도 EventSystem은 하나였음 해결: 처음 시작할 때 Setting Page는 off 된 상태였고, Setting Page를 누르면 아래 Setting Page가 활성화되는데 여기 안에 Event System이 숨어있었음. 그래서 SettingPage - BGMVolumeSlide안에 있는 Event System을 지워줌 2022. 1. 12.