Unity Basics
Ctrlk
  • Welcome
  • Getting Started with Unity Software
  • Helpful Shortcuts
  • The Unity Software Interface
    • The Default Interface
    • The Windows (Tabs)
    • Other Layouts
  • Create
    • Creating Game Objects
    • Creating Assets
    • Creating Components and Scripts
    • Creating Prefabs
  • Select and Update
    • General Selection
    • Search and Focus
    • Updating Game Objects
    • Updating Assets
    • Updating Components
  • Delete
    • Deleting Game Objects
      • Deleting and Disabling Objects in the Editor
      • Using the Destroy() Function
    • Deleting Components and Scripts
  • Translate, Rotate, and Scale
    • Intro to Transforms
    • Handy Transform Shortcuts
    • Translate
    • Rotate
    • Scale
    • Controlling Speed
    • Common Issues with Transforms
  • Materials
    • Material Basics
  • Physics
    • Physics Basics
    • Colliders and Triggers
    • Rigidbody Component
    • Common Issues: Physics and Velocity
  • Interaction
    • Interaction Basics
    • Keyboard Controls
    • Mouse Controls
  • Coding Basics
    • Intro to Scripts
    • Variables
    • Conditionals (If / Then / Else)
    • Arrays
    • Loops
    • Functions
Powered by GitBook
On this page

Was this helpful?

  1. Delete

Deleting Game Objects

You can...

Delete or disable game objects within the Unity editor

Use the Destroy() function to delete game objects during gameplay

Hide objects during gameplay

PreviousAccessing Components Through ScriptsNextDeleting and Disabling Objects in the Editor

Last updated 5 years ago

Was this helpful?