unity 53

Chpater 1 : unity - c# default 스크립트 변경방법

유니티 c# 스크립트의 default 화면 using System.Collections; using System.Collections.Generic; using UnityEngine; public class NewBehaviourScript : MonoBehaviour { // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { } } default 화면을 수정하기 위한방법 1. "C:\Program Files\Unity\Hub\Editor\2021.2.19f1\Editor\Data\Resources\ScriptTemplates\81-C# Script-N..

Chpater 1 : unity - 카메라 이동방법

1. 시야를 원하는 곳으로 배치를 한다 https://rimugiri.tistory.com/entry/chapter-1-unity-%EC%9C%A0%EB%8B%88%ED%8B%B0-%ED%99%94%EB%A9%B4-%EC%BB%A8%ED%8A%B8%EB%A1%A4-%EA%B8%B0%EC%88%A0 chapter 1 : unity - 유니티 화면 컨트롤 기술 1. 마우스 우클릭 -> 시야를 조정할 수 있다 2. 마우스 우클릭 + w,a,s,d,e,q -> 시야를 조정하면서 움직일 수 있다 3. 마우스 우클릭 + 마우스 휠 -> 시야의 움직이는 속도를 조정할 수 있다 rimugiri.tistory.com 2. main camera를 선택한다 3. ctrl+shift+f 를 누른다