Skip to content

flying-whales/prefabs-triggers-task-1-kg

Repository files navigation

Prefabs Triggers Task 1 (Kfir Goldfarb)

  • Develop on Unity Version: 2021.3.18f1 (lts)
  • Online Link Game at itch.io

Things I have changed

  1. Add a player shield material that appears when player take a shield for 5 seconds, and the shield is faded each second (it's opacity alpha rate is changing).

    1. You can see the function changeShieldAlpha I've added here
    2. You can see the screen record: gif-1
  2. Extra change I've done is to make the background moving while playing the game (infinitely)

    • You can see the new script here