Construct 3 r197

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Since the update I'm getting an error when creating objects dynamically. I'll file a bug. But all of my projects who had dynamic routines started dumping this... I can confirm that in stable 189.2 it didn't happen until now.

    layout.js:1 Uncaught (in promise) TypeError: Cannot read property 'then' of undefined

    at C3.Layout._AddPendingTextureLoadPromise (layout.js:1)

    at C3.Layout.MaybeLoadTexturesFor (layout.js:1)

    at C3.Runtime.CreateInstanceFromData (runtime.js:1)

    at C3.Runtime.CreateInstance (runtime.js:1)

    at C3.Plugins.System.CreateObject (actions.js:1)

    at C3.Plugins.System.CreateObjectByName (actions.js:1)

    at C3.Action._RunSystem (action.js:1)

    at C3.EventBlock._RunActions_Fast (eventBlock.js:1)

    at C3.EventBlock._RunAndBlock (eventBlock.js:1)

    at C3.EventBlock.Run (eventBlock.js:1)