Unity 217

21/08/19 유니티 리소스 로딩하기

https://www.bsidesoft.com/215 [유니티] 리소스 로딩하기 - Bsidesoft co. 유니티IDE의 Assets 안 에는 수 많은 객체를 정의해 둘 수 있습니다. 이미지나 사운드를 비롯하여 스크립트와 프리펩까지 모두 들어갑니다. 이러한 에셋은 컴파일타임에 특정 게임오브젝트와 바 www.bsidesoft.com https://202psj.tistory.com/1296 [Unity] 유니티 이미지, 이미지 path, 스프라이트 불러와 넣기 등등 관련 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////..

tech/metaverse 2021.08.19

21/08/18 Unity 2D Tutorial About How To Zoom In And Zoom Out Game View With Finger Pinch On Android Device.

https://youtu.be/R5yoorghduo - zoomInOut ``` using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class zoomInOut : MonoBehaviour { Camera mainCamera; float touchesPrevPosDifference, touchesCurPosDifference, zoomModifier; Vector2 firstTouchPrevPos, secondTouchPrevPos; [SerializeField] float zoomModifierSpeed = 0.1f; // Use this for initializ..

tech/metaverse 2021.08.18

21/08/17 [튜토리얼] 타일맵을 이용한 2D 게임 제작

[튜토리얼] 타일맵을 이용한 2D 게임 제작 [튜토리얼] 타일맵을 이용한 2D 게임 제작 www.youtube.com [Unity Tutorial] 타일맵을 이용한 2D 게임 제작 : 1. 타일맵 기본 https://www.youtube.com/watch?v=dtpthaIYa8g [Unity Tutorial] 타일맵을 이용한 2D 게임 제작 : 2. 팔레트 생성 https://www.youtube.com/watch?v=c3nsxXWdsn4 [Unity Tutorial] 타일맵을 이용한 2D 게임 제작 : 3. 충돌처리, 시네머신 2D https://www.youtube.com/watch?v=N1xbIxoTkr8 [Unity Tutorial] 타일맵을 이용한 2D 게임 제작 : 4. 룰 타일 https:/..

tech/game 2021.08.17