playMaker

Author Topic: Player Inventory?  (Read 2999 times)

visitor1980

  • Playmaker Newbie
  • *
  • Posts: 39
Player Inventory?
« on: October 10, 2020, 12:20:10 PM »
Any idea how to make a player inventory?

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Re: Player Inventory?
« Reply #1 on: October 10, 2020, 01:47:52 PM »
Create new FSM called inventory.
Create some int variables there. Like health,bullet,shield

Every time you pickup each item, add 1 to those int value. or set them in beginning .

got it ?

visitor1980

  • Playmaker Newbie
  • *
  • Posts: 39
Re: Player Inventory?
« Reply #2 on: October 10, 2020, 03:03:07 PM »
I'm looking something like that.
Got it?

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Re: Player Inventory?
« Reply #3 on: October 10, 2020, 04:07:31 PM »
I'm looking something like that.
Got it?
Yes. That looks perfect tutorial by one of our forum admin.
Finally you got it  8)

visitor1980

  • Playmaker Newbie
  • *
  • Posts: 39
Re: Player Inventory?
« Reply #4 on: October 10, 2020, 04:23:24 PM »
This is just overview, not step by step.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Player Inventory?
« Reply #5 on: October 20, 2020, 11:33:31 AM »
Hi.
Here is a simpler inventory :


visitor1980

  • Playmaker Newbie
  • *
  • Posts: 39
Re: Player Inventory?
« Reply #6 on: January 25, 2021, 01:55:50 PM »
Hi.
Here is a simpler inventory :



Hi, inventory system - tooltip doesn't work (clean scene unity 2020.2), any idea how to fix this thing?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Player Inventory?
« Reply #7 on: January 25, 2021, 04:38:01 PM »
Hi.
2020.2 is still beta i believe, it could be anything.
Try it on 2019 lts version :)

visitor1980

  • Playmaker Newbie
  • *
  • Posts: 39
Re: Player Inventory?
« Reply #8 on: January 26, 2021, 05:19:24 AM »
Hi.
2020.2 is still beta i believe, it could be anything.
Try it on 2019 lts version :)

It's not, 2020.2 0f1 and i cant switch because I set HDRP and I have to stay at this version. Any other options?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Player Inventory?
« Reply #9 on: January 26, 2021, 06:54:59 AM »
Hi.
Oh you are trying to use the tutorial part for your own project?
its not really made for it, only for tutorial purpose.

Try first on a new project with u2019.

Also its not a good idea to make projects on beta versions as they can be unstable.

visitor1980

  • Playmaker Newbie
  • *
  • Posts: 39
Re: Player Inventory?
« Reply #10 on: January 26, 2021, 10:10:48 AM »
Hi.
Oh you are trying to use the tutorial part for your own project?
its not really made for it, only for tutorial purpose.

Try first on a new project with u2019.

Also its not a good idea to make projects on beta versions as they can be unstable.

It is not from version 20202, I checked for proving (see the screenshot).
Following the video from youtube, some scripts missing on ecosystem browser.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Player Inventory?
« Reply #11 on: January 26, 2021, 04:24:30 PM »
Hi.
did you unpack directly?

you need to use the selection windows that comes with it, it will help you get the actions that you need.

you probably are missing the Array Maker Package.

Prestonh

  • Playmaker Newbie
  • *
  • Posts: 44
Re: Player Inventory?
« Reply #12 on: January 27, 2021, 01:36:37 AM »
   Im not done this series yet, but its more of a larger inventory tutorial.  From scratch. 

visitor1980

  • Playmaker Newbie
  • *
  • Posts: 39
Re: Player Inventory?
« Reply #13 on: January 27, 2021, 02:31:31 AM »
   Im not done this series yet, but its more of a larger inventory tutorial.  From scratch.

This is great, thanks for the link and keep going.