
Unity: Strongly Typed Game Object Fields – How and Why
Often in Unity one game object in a scene must reference another. Unity lets us do this by adding a public field to a script, which we can then set … Continue Reading Unity: Strongly Typed Game Object Fields – How and Why