Unity Basics
search
⌘Ctrlk
Unity Basics
  • 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
      • Update Components in the Inspector
      • Accessing Components Through Scripts
  • 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
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Select and Update

Updating Components

You can...

Update components in the Inspector

Update components through scripts during gameplay

PreviousUpdating Assetschevron-leftNextUpdate Components in the Inspectorchevron-right

Last updated 5 years ago