playMaker

Author Topic: This SDK has no PlayMaker support. How to add ?  (Read 866 times)

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
This SDK has no PlayMaker support. How to add ?
« on: June 20, 2020, 05:51:22 AM »
Hello !

This SDK is not supporting playMaker. This is instructions. I am already sending a Global event on Game Start and level Finish. How to call this fucntions?

Never, worked with scripting.

Thanks.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: This SDK has no PlayMaker support. How to add ?
« Reply #1 on: June 20, 2020, 01:12:59 PM »
Hi.
Maybe this video can help :


This can show you how to set variables

for game start call you would set something like this Inside the OnEnter() :

Code: [Select]
TinySauce.OnGameStarted( levelNumber: gameLevelNumber.Value
then for the other one

Code: [Select]
TinySauce.OnGameStarted( levelNumber: gameLevelNumber.Value, userScore.Value
« Last Edit: June 20, 2020, 01:17:38 PM by djaydino »