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 Game Objects in the Editor
      • Updating Prefabs
    • Updating Assets
    • Updating Components
  • Delete
    • Deleting Game Objects
    • 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. Select and Update

Updating Game Objects

You can...

Update game objects in the Unity editor

Update prefabs

Access and update properties of game objects during gameplay

PreviousSearch and FocusNextUpdating Game Objects in the Editor

Last updated 5 years ago

Was this helpful?