playMaker

Author Topic: Global variables and AssetBundles  (Read 1158 times)

Cosmodrome

  • Playmaker Newbie
  • *
  • Posts: 1
Global variables and AssetBundles
« on: November 28, 2016, 06:59:27 PM »
Hi all,

I've a project with many contents loaded at runtime, so I decided to use Playmaker to implement every content's logic, then export them in AssetBundles and load them in the main app.

My problem is that AssetBundles seems not to export the global variables I used in the FSM.
I know in packages you can use the export/import tools to solve that, but is it possible for AssetBundles too? If not, is there some other method I could use?

Thanks!

Riccardo