Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - The ball is a game object in the Make a Game Project. And the things that you see in the inspector are properties for the game object. The properties are split up into sections though, that are called components. You can choose whether you want these components to be on the game object as well.
- - If you want to change your editor, go to:
- > Edit
- > Preferences
- > External Tools
- > External Script Editor
- - If you click on a Object and press f it focuses on the object
- - A texture is an image we wrap around our object
- - Remember if you're going to change a variable like the speed of an object make sure to do so in the inspector
- - The scale is the size of the object. For example, in the MakeAGame Tutorial, the ball's scale is the size.
- - Fixed angle enabled means it won't rotate automatically or out of nowhere.
- -
Advertisement
Add Comment
Please, Sign In to add comment