게임 오브젝트(Game Object) 는 Unity 에디터에서 가장 중요한 개념입니다.
캐릭터와 아이템부터 광원, 카메라, 특수 효과에 이르기까지 게임에 존재하는 모든 오브젝트가 게임 오브젝트 입니다. 하지만 게임 오브젝트 자체로는 아무것도 할 수 없습니다. 게임 오브젝트가 캐릭터, 환경, 특수 효과가 될 수 있으려면 먼저 프로퍼티를 부여해야 합니다.
게임 오브젝트가 광원이 되기 위해 필요한 프로퍼티를 부여하려면 오브젝트에 컴포넌트를 추가해야 합니다. 만들려는 오브젝트 종류에 따라 다양한 컴포넌트 조합을 게임 오브젝트에 추가할 수 있습니다.
게임 오브젝트를 빈 냄비라고 생각하고 컴포넌트를 게임 요리에 사용되는 다양한 재료라고 생각할 수 있습니다. Unity 에디터에는 다양한 내장 컴포넌트 타입이 포함되어 있고, Unity 스크립팅 API를 사용하여 컴포넌트를 직접 만들 수도 있습니다.
이어지는 내용에서는 게임 오브젝트, 컴포넌트, 스크립팅 API가 함께 어우러지는 원리와 각각을 생성하고 사용하는 방법에 대해 설명합니다.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.