Unity Crossword

1234567891011121314151617
Across
  1. 4. Acts as a template from which you can create new object instances in the scene.
  2. 6. Where all size and location changes are recorded and determines the position, rotation, and scale of each object in the scene.
  3. 8. This is an optional 'empty' graphic to show that the InputField text field is empty.
  4. 9. They are functional pieces of every object for programming, physics, and more.
  5. 12. The default graphic to draw font data to screen.
  6. 13. A device through which the player views the world.
  7. 15. A component that defines the shape of an object for the purposes of physical collisions.
  8. 17. The component of a GameObject that controls the physical apperance such as color or texture.
Down
  1. 1. A flat surface with no depth, just length and width.
  2. 2. A type of number with decimals, commonly used in programming.
  3. 3. In programming, a named section of a program that performs a specific task.
  4. 5. Enable your GameObjects to act under the control of physics
  5. 7. It is called every frame, if the MonoBehaivor is enabled.
  6. 8. This represents everything in your game, and you should begin a new one every time you start creating a new game.
  7. 10. Anything that looks like a different location.
  8. 11. When something does not change, is not created.
  9. 14. The colorful red/blue/yellow set of arrows that help you stretch or move an object.
  10. 16. Any "thing" that is in the game, like blocks, planes, spheres, and more.