Tag: 3d

  • Getting a button to change a text object in Unity 3D

    Using a button to change the text of a text object   1. Insert a Text object using Create -> UI -> Text 2. Insert a Button, using Create -> UI -> Button 3. Create a new script, using Create -> C# Script 4. At the top of the script,  add another using statement, using UnityEngine.UI; at the…