GooglePAD Plugin

Hello,

I did everything from unreal docs to apply Google play asset delivery (PAD) in my game.

  1. Enabled GooglePAD plugins

  2. Created chunks

  3. Created asset packs

  4. Made Install-Time, Fast-Follow and On-Demand delivery modes.

  5. Also included chunks in app bundle build

  6. Excluded chunks form the OBB file

except the part API Reference. I do not understand this strange system and how it works, can someone explain me please what is API reference and how to use it?

The API reference section only tells you about the potential error codes that can appear when executing GooglePAD library functions.

If you feel stuck, my upcoming plugin has a pretty extensive document covering many parts of the GooglePAD system implementation, feel free to check it out through the link: GooglePAD Forum Post

Hope it helps!

the blueprint functions mentioned in the pdf, are we supposed to implement those inside level blueprint?

If you’re refering to the “Start Asset Pack Downloads” those doesn’t exist by default in Unreal Engine. They are a part of a paid plugin that’s coming to Marketplace (Currently only available on Gumroad)…
The plugin is designed to work from any blueprint you desire, game mode, character, UI Widgets. It’s all up to you where you need it!

Cheers!

1 Like