반응형
반응형
일반 Ctrl + N: 새 씬을 만듭니다. Ctrl + O : 기존 씬을 엽니다. Ctrl + Shift + S: 현재 씬을 저장합니다. Ctrl + S: 열려 있는 모든 씬을 저장합니다. Ctrl + Shift + P: 재생 모드 창을 엽니다. Ctrl + P: 게임 보기를 전체 화면 모드와 창 모드로 전환합니다. Ctrl + Shift + B: 프로젝트를 빌드합니다. Ctrl + Shift + A: 선택한 게임 개체에 새 구성 요소를 추가합니다. Ctrl + Shift + Z: 마지막 작업을 취소합니다. Ctrl + Y: 마지막 작업을 다시 실행합니다. 씬 W : 이동 도구를 선택합니다. E : 회전 도구를 선택합니다. R : 크기 조정 도구를 선택합니다. Q : 사각형 도구를 선택합니다. F : 선..
using UnityEngine; public class UnityLiftCycle : MonoBehaviour { void Awake() { Debug.Log("1"); } void OnEnable() { Debug.Log("2"); } void Start() { Debug.Log("3"); } void FixedUpdate() { Debug.Log("4"); } void OnTriggerEnter(Collider other) { Debug.Log("5"); } void OnCollisionEnter(Collision other) { Debug.Log("6"); } void Update() { Debug.Log("7"); } void LateUpdate() { Debug.Log("8"); } void ..
유니티 허브 설치 https://unity3d.com/kr/get-unity/download Download Unity! Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers. unity3d.com 유니티 원하는 버전 설치 (LTS 추천) https://unity3d.com/kr/get-unity/download/archive Get Unity - Download..
물리를 사용하지 않는다면 Project Settings / Qualitiy / Auto Simulation, Auto Sync Transforms 끄기 프레임 조절 보드 게임 Application.targetFrameRate = 30 Fps 게임 Application.targetFrameRate = 60 빌드 압축 형식 Build Settings / Texture Compression ETC Compression Method LZ4HC 선택 64비트 빌드를 위한 플레이어 설정 Project Settings / Player / Other Settings Color Space = Linear 선택 Multithreaded Rendering 사용 Static Batching 사용 Compute Skinning..
Prewarm 처음부터 재생 Bursts 동시에 입자를 확 뿜어낼 수 있음 (담배 도넛 효과) Shape 입자가 나올 모양의 형태를 지정할 수 있음 Velocity Over LifeTime 원하는 방향으로 속도를 부여할 수 있음 (태풍 효과) Limit Velocity over LiftTime 저항을 줄 때 편함 Force over LifeTime 일정한 방향으로 힘을 계속 가함 Color over LifeTime 시간이 지날수록 색깔을 변화 시킴 (중간에도 색을 지정할 수 있음) Color by Speed 입자에 스피드에 따른 색깔 지정 Size over LifeTime 시간이 지날수록 크기를 변화 시킴 Noise 파티클의 움직임을 방해함 (부들부들 떨리는 효과) Collision 입자에 충돌 가능 여..
DOTween Pro UI 애니메이션, 페이드 인 아웃 등 간편한 효과들을 쉽게 적용시킬 수 있는 Asset DOTween Pro | 비주얼 스크립팅 | Unity Asset Store Get the DOTween Pro package from Demigiant and speed up your game development process. Find this & other 비주얼 스크립팅 options on the Unity Asset Store. assetstore.unity.com Odin - Inspector and Serializer 편집기나 인스펙터창에서 여러가지 편리한 기능을 사용할 수 있는 Asset Odin - Inspector and Serializer | 유틸리티 도구 | Unity As..