Playmaker Forum

PlayMaker Help & Tips => PlayMaker Tutorials => Topic started by: GamesWithFrank on July 23, 2017, 06:56:36 PM

Title: Endless Runner with Playmaker
Post by: GamesWithFrank on July 23, 2017, 06:56:36 PM
 :) ;) :D Here's the playlist!

Find more tutorials on my  YouTube channel! (http://www.youtube.com/c/frankensteinindiedev)

Title: Re: Endless Runner with Playmaker
Post by: djaydino on July 23, 2017, 11:24:04 PM
Hi, i am getting an error when i click the video,but it does work on the youtube channel
Title: Re: Endless Runner with Playmaker
Post by: GamesWithFrank on July 24, 2017, 04:46:35 AM
Hi, i am getting an error when i click the video,but it does work on the youtube channel

I'll just change it to a link instead :D
Title: Re: Endless Runner with Playmaker
Post by: tcmeric on July 24, 2017, 07:15:13 AM
Cool, thanks for the share. I will have to add this to my watch list~ I havent made a endless runner before.  :D
Title: Re: Endless Runner with Playmaker
Post by: djaydino on July 24, 2017, 02:10:20 PM
Hi,
Ah it is because it is a play list, maybe you can add the 1st video :)

I will add it to the tutorial wiki this week
Title: Re: Endless Runner with Playmaker
Post by: GamesWithFrank on July 24, 2017, 04:41:25 PM
Hi,
Ah it is because it is a play list, maybe you can add the 1st video :)

I will add it to the tutorial wiki this week

Thank you.. I just changed it to the first video..
Title: Re: Endless Runner with Playmaker
Post by: GamesWithFrank on July 24, 2017, 04:42:56 PM
Cool, thanks for the share. I will have to add this to my watch list~ I havent made a endless runner before.  :D

Thank you :D
Title: Re: Endless Runner with Playmaker
Post by: djaydino on July 25, 2017, 01:39:15 AM
Hi,
Added to the tutorial wiki page (https://hutonggames.fogbugz.com/default.asp?W548)
Title: Re: Endless Runner with Playmaker
Post by: atmoruku88 on January 13, 2018, 04:43:52 AM
hello forum i hope everyone is having a great time with this awesome tool...... im new to playmaker but been playing with unity for a while now and started with an endless runner game first with scripting which seemed impossible to achieve lol......so i came across playmaker which is a very great tool i have been using the above tutorial which has been of great help to a newbie like me but there are still a lot of things that i would need to be done.... which it doesnt cover......

creating a shop for my game
creating levels similar to the score multiplier in subway surf
 


then some issues ive got now is the player jumping fsm as shown in the tutorial above has a collision event with the tag ground which makes it impossible for him to be able to jump from other surfaces like when he jumps from the ground to an obstacle ....im thinking i should just add another collision event and tag obstacle on collision enter or would there be another way around it

im hoping i would get assistance on here and my questions are not  newbily annoyingly.
Stay Blessed everyone

 
Title: Re: Endless Runner with Playmaker
Post by: djaydino on January 13, 2018, 10:37:54 AM
Hi,
Nice to hear you are enjoying playmaker :D

Have you looked around in the User Tutorial Wiki (https://hutonggames.fogbugz.com/default.asp?W548) page?
Maybe some tutorials can get you familiar.

For the layout for the shop you can look to unity tutorials (search for 'unity ui shop')
For the mechanics you might want to get a 3rd party asset like (for example Stan's Assets) if you need real money purchases.
I will see if i can make a tutorial soon for a basic shop system.

I have not really played subway surf so i do not really know which way it is implemented.
So if you can give more info about how it is implemented there :)

For the colliders, yes you can set multiple collider actions with different tags.
But i think best is to make a object on the top side (child) from the obstacle and use that collider so you know the player collides on top and is not hit by the collider (frontal)
Title: Re: Endless Runner with Playmaker
Post by: Lucielu on May 27, 2021, 06:11:26 PM
wow thanks for sharing. This is pretty cool !