Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inventory #64

Open
PatrykPaluch opened this issue Jul 22, 2024 · 0 comments · May be fixed by #65
Open

Inventory #64

PatrykPaluch opened this issue Jul 22, 2024 · 0 comments · May be fixed by #65
Assignees
Labels
type: feature New feature or request

Comments

@PatrykPaluch
Copy link
Member

aka slots
aka auto item alignment

  • Inventory - any in world area dedicated to placing items in it. eg. Crafters input slots.
  • Inventory should operate on non physics objects (eg. disable rigidobdy or replace gameobject with metadata)
  • Inventory should allow player and robots to put items in and take items out
    • queue or stack (fifo/lifo)
  • Inventory should provide API for scripts to react to changes and manipulate it's content (eg. crafter should have ability to just remove all items in input slot because those items are used to craft new item)
@PatrykPaluch PatrykPaluch self-assigned this Jul 22, 2024
@PatrykPaluch PatrykPaluch converted this from a draft issue Jul 22, 2024
@PatrykPaluch PatrykPaluch added the type: feature New feature or request label Jul 22, 2024
@PatrykPaluch PatrykPaluch linked a pull request Jul 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant