Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: visitor1980 on October 10, 2020, 12:20:10 PM

Title: Player Inventory?
Post by: visitor1980 on October 10, 2020, 12:20:10 PM
Any idea how to make a player inventory?
Title: Re: Player Inventory?
Post by: heavygunner 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 ?
Title: Re: Player Inventory?
Post by: visitor1980 on October 10, 2020, 03:03:07 PM
I'm looking something like that.
Got it?
Title: Re: Player Inventory?
Post by: heavygunner 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)
Title: Re: Player Inventory?
Post by: visitor1980 on October 10, 2020, 04:23:24 PM
This is just overview, not step by step.
Title: Re: Player Inventory?
Post by: djaydino on October 20, 2020, 11:33:31 AM
Hi.
Here is a simpler inventory :

Title: Re: Player Inventory?
Post by: visitor1980 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?
Title: Re: Player Inventory?
Post by: djaydino 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 :)
Title: Re: Player Inventory?
Post by: visitor1980 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?
Title: Re: Player Inventory?
Post by: djaydino 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.
Title: Re: Player Inventory?
Post by: visitor1980 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.
Title: Re: Player Inventory?
Post by: djaydino 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.
Title: Re: Player Inventory?
Post by: Prestonh on January 27, 2021, 01:36:37 AM
   Im not done this series yet, but its more of a larger inventory tutorial.  From scratch. 
Title: Re: Player Inventory?
Post by: visitor1980 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.