Unity3D Car/HandBrake 썸네일형 리스트형 Car HandBrake effect in Unity 유니티에서 자동차의 핸드 브레이크(사이드 브레이크)의 적용 효과 앞선 내용 참고 : http://micropilot.tistory.com/category/Unity3D%20Car/Wheel%20Suspension 자동차의 핸드 브레이크를 작동하면 뒷 바퀴의 제동이 적용되어 전체 제동거리가 짧아지게 된다. 즉, 보다 빨리 멈출 수 있게 된다 Car.csusing UnityEngine;using System.Collections; public class Car : MonoBehaviour {// 자동차 바퀴 방향조종을 위한 Transform 4개public Transform tireTransformFL;public Transform tireTransformFR;public Transform tireTrans.. 더보기 이전 1 다음