Android Native PlayMaker Actions

Hello.
First implementation of Playmaker actions was added in the Android Native plugin (Unity Asset Store - The Best Assets for Game Making) few weeks ago.
I am not using Playmaker in my game. With means I do not know what Playmaker users what. So I really appreciate you review. Please feel free to pos here

Bug Reports
Feature Request
General Thoughts - how to improve Playmaker actions implementation for Android Native

The current actions list is:

Billing

  • AN_initBilling

  • AN_Purchase

  • AN_Consume

  • AN_PurchaseAndConsume

PlayService

  • AN_PlayServiceinit
  • AN_ReportAchievement
  • AN_ShowAchivmentsUI
  • AN_ShowLeaderboards
  • AN_ShowLeaderboardUI
  • AN_SubmitScore

NativePopUps

  • AN_DialogPopup

  • AN_MessagePopup

  • AN_RatePopup

  • AN_ShowPreloader

  • AN_HidePreloader

Google Mobile Ad

  • AN_InitGoogleAd

  • AN_SetAdTargeting

  • AN_SetAdTestDevices

  • AN_CreateBanner

  • AN_DestroyBanner

  • AN_HideBanner

  • AN_ShowBanner

  • AN_RefreshBanner

  • AN_StartInterstisialAd

  • AN_LoadInterstisialAd

  • AN_ShowInterstisialAd

Hi!

I recently bought the android plugin and having playmaker support was a selling point for me :slight_smile:
When i saw the actions included i thought it lacked some of the simplest actions that i needed like

Playservice
-Connect
-Disconnect
-GetPlayerName

so i coded them myself. Here is a rar with these 3 actions.

I have only used the Playservices part of your plugin but i think simple actions like that (prety much translate your api into actions) will make your playmaker action package more complete. If you need a tester let me know. Also if i add any actions like the ones above myself in the feature i will share them here.

Cheers!

Hello. moure
I am appreciate your feedback, it was really helpful. And Thanks for sharing your actions.
As I sad I do not know what playmaker user want to see, that why I created this thread.
I Will constantly add new actions. And really appreciate feedback.

If you or any other customer feels that he is lacked of available action, feel free to post it here I will do my best to add it ASAP :slight_smile:

Hello,

Please, can we have “Playmaker Google Cloud Actions” too?

Thanks!

Sure, Added to the todo list!

Hello, Can you please add also google ads actions, thank you

Hello. sure, the google ad action and a lot more is added with latest version.
First post is updated!

Thanks. What would be also cool, expecialy for people which dont use programing but use only playmaker to make also same sample scenes, like you have, but only with use of your new playmaker actions, so everbody can use them immediately

Not sure how to do this actually.
SI guess a have to pack it to the *.untypackage and put to the plugins. Since they can not exist in project unpacked (currently I use simple ZIP) Because they will throw bunch of errors on project without PlayMaker

When i saw some playmaker examples, they was providing 2 different .unity files for compare, one was always made pure by programing (c# or java) and the other was pure made by playmaker. So the people who have playmaker, they can open the second one. But i am not sure how they solved no having plugin errors, maybe the package is good way

Thanks for sharing you experience there.
I will try to include example shortly.

Perfect thanks a lot!

Hi… I bought your plugin from asset store 2 month back and now i am integrating everything from your plugin into my game except twitter…I must say you have made an amazing plugin and it is very easy to integrate… I am really happy that you are adding playmaker actions also as i am using that plugin too for my game… I have one request that if possible please add facebook actions also in todo list.

Thanks for kind words. I will defiantly add social action in next update.
Cheers!

Hi,

Each time I launch your game I use “AN_Play Serviceinit”.

And each launch I have the connection popup.

Each time I reload from the game the main screen (where I initialized the GPLay) I have again and again this pop up.

How can I save the “connection” of my player once and for all?

Thank you.

Best regards,

AB

I will do it by my self, I will just add this check in AN_Play Serviceinit action.

Cheers!

Hi,

Thank you Stan.

In fact I have the connection pop up each time I submit a score to my leaderboard …

This is pretty vierd Is is happens only with submit score playmaker action?
Any way I will check it ASAP.

hi, i just bought your asset and imported it, then unzipped the PlaMakerActions.zip

then first i got a whole bunch of errors about the __MACOSX so i just deleted that folder
maybe an idea to make 2 zips, 1 for pc and 1 for mac :slight_smile:

but then i still had another error and there were no actions added in the playmaker list, so i thought i restart unity then.
Then playmaker broke.
I deleted the PlaMakerActionsfolder and restarted unity and playmaker worked again.

then unzipped PlaMakerActions again and still had this error and no actions in playmaker.

this was ther error :

i edited the AN_ShowAchivmentsUI.cs script and then it worked.

changed line 17 showAchivmentsUI to showAchievementsUI

then it worked

Great asset so far

but…

is there a way to rotate the add Banner? if so, could you add it to the AN_Create Banner pls

i have a 2 player game going and the default Orientation is Landscape Left. so in the menu my banner is good

but in the game i only have place in the center of the screen in portrait.

and if possible to add an offset x / y on it, or instead of anchor add to position x / y

maybe in the way the volume is done so you can go from min 0 to max 1

Greetings Kurt