GDnD Wiki

GDnD Wiki

This site is for Ulster University students and staff. Enter the class access password to continue.

Home

❯

wiki

❯

glossary

❯

GameObject

GameObject

25 Apr 20261 min read

  • unity
  • scripting

A GameObject is Unity’s basic scene object. It is best understood as a named container in the Hierarchy. By itself it does very little; its behaviour comes from attached components such as Transform, SpriteRenderer, Rigidbody2D, Collider2D or scripts. (course lab series, see source-csharp-unity-labs)

For beginners, the important rule is: select the GameObject to inspect or configure the components that belong to it.

Related: component, monobehaviour, inspector, unity-transform


Graph View

Backlinks

  • GDnD Wiki Index
  • GetComponent vs. Inspector References
  • Prefab vs. Scene Instance
  • Component
  • GetComponent
  • Instantiate
  • MonoBehaviour
  • Prefab
  • Rigidbody2D
  • Overview: Beginner 2D Unity Route

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community