Unity3D Basics — GetComponent and Script Communication

Claudio Grassi
4 min readMar 31, 2021

Unity is a modular system that relies on Components to define the attributes and behaviors of GameObjects. Most of these Components have values that are accessible to us to manipulate either while we are designing our game or during runtime.

Script Communication is a term that defines the ability to allow separate Scripts to interact. When we wish to define behavior…

--

--

Claudio Grassi

Experienced digital artist, Unity game developer & coder with a knack for problem solving and a passion for video games.