Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: connor on October 13, 2017, 04:26:04 PM

Title: Asset Bundle
Post by: connor on October 13, 2017, 04:26:04 PM
I cannot figure out how to use the Asset Bundle actions for the life of me!  Using Asset Bundles to get files from a local directory (a folder on the user's desktop) is what I am trying to accomplish.  I am not much of a programmer either.  Screenshots would be extremely helpful but not necessary.

Thanks in advance!!
Title: Re: Asset Bundle
Post by: jeanfabre on October 27, 2017, 02:13:37 AM
Hi,

 you can't access files using asset bundles, asset bundles have to be prepared first and bundled inside Unity editor, then you get the user to download them and then you can import them.

Did you go through all this Unity doc? https://docs.unity3d.com/Manual/AssetBundlesIntro.html

and the sub pages of it?

Bye,

 Jean