Player can throw rocks at enemy to slow them down.
Enemy script split into two scripts, one for movement and one for detection.
Added and edited some comments.
from player once in certain distance.
Made a second Movement script which allows the player to throw rocks.
Added/changed some comments for suggestions, things to do, things that
are done and bugs that need fixing.
Timer: Created a universal timer
Colours: Improved Comments, cubes now randomly appear on start. When a cube is in a container it gets randomly teleported back
Added a 1 second cooldown that prevents the player from picking up muptile cubes in under 1 second
Commented code explaining how it works. Commented in red how to make player go flying if needed
Player does still get shot into the sky randomly while holding an item - must find cause and fix
Objects tagged with PickableObjects can be picked up by the player. The object is moved above the player's head, multiple objects cannot be picked up and objects can be placed down again
Added textures from the Unity Asset Store For Testing Grounds