playMaker

Author Topic: Template with ES2 actions won't work on Device[SOLVED]  (Read 1226 times)

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Template with ES2 actions won't work on Device[SOLVED]
« on: February 10, 2017, 07:27:26 AM »
Hi there

Attached image of the template..

Basically I have two arrays in this template, one with sprites and the other one with image components, so what this does is loops through and checks if a sprite data already exists in ES2, if it does then it loads the sprite into the component and if not then it uses the ES2 again to download the sprite, and then save it for quick use for later (like a cache). This works perfectly fine in editor, however when built for iOS this specific template does not work and i'm not getting any errors either, there is not much happening in my Xcode log console (not sure why that is).
« Last Edit: February 15, 2017, 02:29:41 AM by jeanfabre »

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Re: Template with ES2 actions won't work on Device
« Reply #1 on: February 10, 2017, 09:19:25 AM »
Solved... Silly me - The last load action where it loads sprite into component had different ES2 file name lol... :/