Skip to content

Copper76/InventoryDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Inventory Demo

This project is a demo project using Unity Engine. The project is a practice project where all the functions are implemented using Unity Editor and C#.

Functions implemented

  • Basic Movement(Not part of the practice, used previous code)
  • Inventory Menu Toggle
  • Collect items off the ground
  • Show item information in inventory
  • Stack items
  • Move items to different iventory slots
  • Drop item to ground
  • Split item stack by half
  • Switch item positions in inventory

Controls

  • AD to move around
  • PRESS SPACE to jump
  • PRESS I to open inventory
  • Hover over an item to show information
  • Drag item to another slot to arrange items
  • Drag item outside the inventory menu to drop items
  • Drag item to an occupied slot to switch item positions
  • Press S when dragging an item to split the item stack by 2(single item cannot be splitted)

Tools

  • Unity 2022.1.15f1

Necessary Software

New To Github?

You can download this project by:

  1. Clicking "Clone or download"
  2. Clicking "Download ZIP"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors