Beginner Scripting- Scripts as Behaviour Components
This exercise was less in testing skills but more so a short demonstration or lecture on how scripts can be used as behavioural scripts, and how some functions n coding work. For example the script in the example simply changed the colour of the game object upon certain key presses. This was explained as the code asking unity to go into the mesh renderer or the "renderer" and changing the material to a specific color saved in unity, red blue and green.
Comments