Computer Language/Unity
[Unity] Component
정우섭
2019. 2. 19. 07:34
Component - It gives characteristics to each object. Such as camera, light, and so on.
Rigidbody - Makes object move after the law of physic. If you don't check on 'Use Gravity' the object moves as if there's no gravity.
https://programmers.co.kr/learn/courses/1/lessons/511#