wiki.sine.space | sinespace

Difference between revisions of "GameObjects"

From wiki.sine.space
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Creating Game Objects and what they are [https://docs.unity3d.com/351/Documentation/Manual/GameObjects.html GameObjects]
+
[[Category:Tutorials]]
 +
GameObjects are essentially every different item you put into your scene. If you have placed a teddy bear in your scene, this is a GameObject, or if you have a car, this is a GameObject too.  
  
Video for Game Objects [[https://unity3d.com/learn/tutorials/topics/interface-essentials/game-objects-and-components?playlist=17090 Video Game Objects]]
+
These GameObjects are like having an empty mug, but it only becomes useful when it has something to drink in it. GameObjects need '''Components''' to change them from a plain teddy bear, into a dancing, smiling teddy bear, or changing a shell of a car into a car you can actually drive with physics.
 +
 
 +
Lights in your scene work the same too; They are just a GameObject, which needs a component to make it a light.
 +
 
 +
So, anything you can dream up and create or add to your scene, is a GameObject. This Cube in scene is a GameObject as well.
 +
 
 +
 
 +
[[File:Gameobject.jpg]]
 +
 
 +
 
 +
{{Tutorials Navbox}}
 +
{{UI}}
 +
{{Video}}
 +
{{Creation Navbox}}

Latest revision as of 19:46, 7 November 2016

GameObjects are essentially every different item you put into your scene. If you have placed a teddy bear in your scene, this is a GameObject, or if you have a car, this is a GameObject too.

These GameObjects are like having an empty mug, but it only becomes useful when it has something to drink in it. GameObjects need Components to change them from a plain teddy bear, into a dancing, smiling teddy bear, or changing a shell of a car into a car you can actually drive with physics.

Lights in your scene work the same too; They are just a GameObject, which needs a component to make it a light.

So, anything you can dream up and create or add to your scene, is a GameObject. This Cube in scene is a GameObject as well.


Gameobject.jpg