Construct 3 r355

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

  • Order by
  • they always WERE json files. Construct just reorganizes them to LOOK like tables. When you debug and look at any of your arrays, it looks more like what you're seeing now in the new release.

    However, of course, having been building my/our game(s) using arrays as they WERE... this change cannot stand. i'm stickling to 353 until this gets ironed out. which i'm sure it will.

    • I'm aware that arrays are in json data, that's how I load information from the array file into the array object. My issue is that opening my array files gives me json information instead of a table, which is an eyesore and difficult to work with

      • for sure. sorry. wasn't trying to offend, just by what you said it seemed like you didn't already know that. my bad. but yeah, it has to be a bug, there's no way we can deal with these files in json form at this point.