Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Item pick up system

Discussion in 'Open Projects' started by deasonfun, Oct 21, 2020.

  1. deasonfun

    deasonfun

    Joined:
    Dec 29, 2014
    Posts:
    1
    Hey, everybody! I was thinking about making a system for the player to pick up items off the ground, but I'm not sure how I want to do it. I was thinking about making a trigger sphere for each item that can be picked up and when the player enters the trigger a prompt appears. Let me know what ya think.
     
  2. Harsh-NJ

    Harsh-NJ

    Joined:
    May 1, 2020
    Posts:
    315
    Yes that's a great idea. In fact we could something like if player enters the item pickup radius, pressing the A button (or any assigned button) would pick up the item, not like a on screen prompt which would disturb the gameplay.
    When player enters, we could make a UI label active at the bottom right of screen saying
    A
    Pickup​
     
  3. shuttle127

    shuttle127

    Joined:
    Oct 1, 2020
    Posts:
    183
    kirbygc00 and cirocontinisio like this.