Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Games Inventory System Prototype

Discussion in 'Works In Progress - Archive' started by Osybear, Jul 21, 2017.

  1. Osybear

    Osybear

    Joined:
    May 1, 2016
    Posts:
    28
    I created my concept of an inventory system taking things from games that I have been playing over the many years.
    Video
    Tell me what you think about it
     
    Last edited: Jul 21, 2017
  2. mcmikecreations

    mcmikecreations

    Joined:
    Apr 1, 2014
    Posts:
    16
    First of all, You should include the video using "Media" button in the posting menu. And generally you provided very little info to really make a decision on your project.
    Second of all, this thing looks very similar to other existing projects on the web, including youtube. Here are some ideas of what you can do to make your project stand out among others:
    • Make custom object rendering for the inventory, each object should have an icon, generated on the fly when picking the object.
    • Implement inventory saving and loading.
    • Implement inventory for other gameObjects. A simple example is a chest.
    • Implement inventory item exchange in multiplayer.
    Of course, these are just ideas, but I hope it's something to get you started.