본문 바로가기
728x90

Game/Unity11

[Unity] Video Player Set Skip On Drop Set whether the player is allowed to skips frames to catch up with current time 플레이어가 현재 시간을 따라잡기 위해 프레임을 건너뛸 수 있는지 여부를 설정합니다. Game Object The GameObject with an VideoPlayer component. VideoPlayer 구성 요소가 있는 GameObject. Skip On Drop The Value 가치, 값 Every Frame Repeat every frame. 모든 프레임을 반복합니다. 2023. 1. 3.
Unity Licenses 활성화 하는 방법 Unity를 오랜만에 들어와서 licenses를 다시 설정해야 한다. 1. Unity Hub 실행 후 프로필 아이콘을 누른다. 2. 자신의 Unity 계정에 Login 해준다. 3. 자신의 계정으로 들어온 후 Preferences 기본 설정 클릭 4. Licenses > Add license 5. Get a free personal license 클릭 6. 서비스 약관을 읽고 Agree and get personal edition license 동의를 클릭하면!! 7. 라이선스를 활성화시켰다! 2022. 11. 21.
[Unity] 전환 옵션 선택 가능한 컴포넌트 내에는 상태에 따라 다양한 전환 옵션이 있다. https://docs.unity3d.com/kr/current/Manual/script-SelectableTransition.html 전환 옵션 - Unity 매뉴얼 선택 가능한 컴포넌트 내에는 상태에 따라 다양한 전환 옵션이 있습니다. 상태로는 일반(normal), 강조(highlighted), 눌림(pressed), 비활성화(disabled)가 있습니다. docs.unity3d.com 🌸 상태 일반 (normal) 강조 (highlighted) 눌림 (pressed) 비활성화 (disabled) 전환 옵션 기능 None 상태 효과가 없는 버튼에 사용하는 옵션 Color Tint - 상태에 따라 버튼의 컬러를 변화 시킴 - 각 상태별.. 2022. 1. 20.
728x90