Version: 5.3
WheelCollider 튜토리얼(WheelCollider Tutorial)
스크립팅 개요

스크립팅

스크립팅은 모든 게임의 필수 요소입니다. 가장 간단한 게임도 스크립트를 통해 플레이어 입력에 반응하고 게임플레이에 이벤트를 올바르게 작동시킵니다. 이와 더불어, 스크립트를 사용하여 그래픽 효과를 생성하고, 오브젝트의 물리 동작을 제어하며, 게임 캐릭터의 커스텀 AI 시스템을 구현할 수도 있습니다.

Scripting is a skill that takes some time and effort to learn; the intention of this section is not to teach you how to write script code from scratch but rather to explain the main concepts that apply to scripting in Unity.

관련 튜토리얼: 스크립팅

문제 해결과 팁, 요령은 기술 자료의 컴파일러 스크립트 오류 섹션을 참조하십시오.

WheelCollider 튜토리얼(WheelCollider Tutorial)
스크립팅 개요