Hi! New here and relearning construct. I am trying to read a JSON file and represent it's values by 3D blocks. I intend to generate a level by stacking arrays to form a 3d environment out of blocks.
I tried creating objects into a non-existing layer on runtime, assuming it will create a new layer, then increase the Z elevation of that layer later in the events. However, upon debugging, that wasn't the case as I found out that objects are still being created in the Layer 0(default).
I did some googling and found some old forum posts from 3+ years ago saying that you can't do that in Construct. Is it still the limitation in present? I know I could just simply set z elevation of each objects in the event but I am still rooting on my initial approach.
I am starting to feel at loss here.