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

Adds item spawning system with vending machine #980

Merged
merged 11 commits into from
Feb 15, 2023

Conversation

joaoburatto
Copy link
Contributor

@joaoburatto joaoburatto commented Jan 18, 2023

Summary

  • Adds item spawning system
  • Adds items asset data
  • Add vending machine

@joaoburatto joaoburatto added Feature A new system or other feature. Content Tasks that add new content. labels Jan 18, 2023
@joaoburatto joaoburatto added this to the 0.0.7 - Gamemode milestone Jan 18, 2023
@stilnat
Copy link
Contributor

stilnat commented Jan 29, 2023

When connecting with clients and trying to get some soda cans, I get a "No item with ID SodaCanCola was found" exception.
The host can't get them either if a client is connected.
Only work with host only on the server.

@joaoburatto joaoburatto force-pushed the feature/items-asset-data branch from fc7dfe6 to df7daa0 Compare February 14, 2023 22:27
Copy link
Contributor

@TaylorNAlbarnaz TaylorNAlbarnaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@joaoburatto joaoburatto changed the title [WIP] Adds item spawning system with vending machine Adds item spawning system with vending machine Feb 15, 2023
@joaoburatto joaoburatto merged commit a52fccd into develop Feb 15, 2023
@joaoburatto joaoburatto deleted the feature/items-asset-data branch February 15, 2023 00:05
TaylorNAlbarnaz added a commit to TaylorNAlbarnaz/SS3D that referenced this pull request Feb 15, 2023
* Add Item spawn system

* Added vending machine to lobby

* Make vending machine actually dispense

* Add the soda cans to the asset data

* Add event to know when a database has loaded

* Add documentation

* Fix issue with missing soul and mind

* Fix issue where items were null

* Add documentation and break item system again

* Fix issue with preloaded assets

* Fix prefab orders and missing prefabs

---------

Co-authored-by: TaylorNAlbarnaz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content Tasks that add new content. Feature A new system or other feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants