Broken Image Target in Offline Studio, no JSON

Hi, I’m currently testing out the studio offline to make image target project from scratch, but i’m having difficulty because it’s different than the online. I noticed that if we export buildable code from the online to the offline, we get the image target images and the json. but in the offline version it has none of that feature, including the cropping, dropdown option and especially the JSON data like this:

  "imagePath": "image-targets/palms-target_target.png",

  "name": "palms-target",

  "type": "PLANAR",

  "properties": {

    "top": 239,

    "left": 0,

    "width": 1080,

    "height": 1440,

    "isRotated": true,

    "originalWidth": 1080,

    "originalHeight": 1920

  },

  "userMetadataIsJson": true,

  "loadAutomatically": true,

  "created": 1750269598348,

  "updated": 1755539991495

}

how do “top” and “left” calculated? where do we get the “created” and “updated” number in the offline version?

the simulator/preview is also very lacking, no video simulator options or webcam.

also, can you also release the offline docs before the online docs are gone?