playMaker

Author Topic: coroutine in script  (Read 6873 times)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: coroutine in script
« Reply #15 on: June 14, 2016, 11:48:07 AM »
Hi jean,
Here are the actions

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: coroutine in script
« Reply #16 on: June 16, 2016, 03:40:12 AM »
Hi,

 can you zip them or package them? the rar crashes when I want to unrar

Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: coroutine in script
« Reply #17 on: June 18, 2016, 05:24:50 AM »
Hi,
I placed them in a package, as i noticed that on github they are in a package also
together with a text file.
but i am not sure how to setup the file.

Code: [Select]
{
"__ECO__":"__PACKAGE__",
"Type":"Addon",          /*(the actions do not require an addon but they do need a codes from the website, so i am not sure what type to use)*/

"Version":"1.0.0",

"UnityMinimumVersion":"4.3.4",          /*(unsure what version is required)*/

"PlayMakerMinimumVersion":"1.8.1",          /*(i am using co-routine so 1.8.1 is required)*/

"unitypackage":"PlayMaker/Ecosystem/Custom Packages/Dreamlo/DreamloActions.unitypackage",

"pingAssetPath":"Assets/PlayMaker Dreamlo/readme.txt",

/* "YoutubeVideos":[""]            (video coming soon)*/
}

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: coroutine in script
« Reply #18 on: June 23, 2016, 03:55:39 AM »
Hi,

 Since this is just actions, I am wondering why you want to make a package out of it?

also, your actions are in category "web", they should be in Category "Dreamlo" I would say no?

also, there is no read me and the path is wrong when you declare "pingAssetPath":"Assets/PlayMaker Dreamlo/readme.txt",

Let me know about the above, then I'l push

Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: coroutine in script
« Reply #19 on: June 23, 2016, 02:58:12 PM »
Hi,

I wanted them into a package because when you use this you need to use all actions anyway and then the user only needs to load one thing instead of 4 separately.

I placed them into web as they are used by a website but maybe it is better to set them into Dreamlo

There is no text message, i just copied and edited the code to ask how it works. so i guess the whole line is not needed the :)

Should i change "web" to Dreamlo?
and maybe add a read me saying that you need to go to the Dreamlo website to make a leaderboard?

I might update the package next week or the week after (i am on graveyard duty till half next week) with the promocode system from dreamlo.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: coroutine in script
« Reply #20 on: June 24, 2016, 02:00:07 AM »
Hi,

 ok, cool, Your explanations make sense, I would simply change the category to dreamlo indeed. For the rest it's cool.

let me know when you have a new package.

Bye,

 Jean