Hello! How I can make a emty area object with some size without texture? For example, area with size 1024x1024 where I can place child objects in coords of parrent. (0-1024;0-1024)
Why do you need your empty object to have a size? You can place any child object anywhere in parent space, no matter the size of the parent.
For example:
Will result in a Child object placed randomly within the parent's "area" you described.
What exactly do you want to achieve? That would make it easier for us to give you good advice.
Comments
Why do you need your empty object to have a size? You can place any child object anywhere in parent space, no matter the size of the parent.
For example:
Will result in a Child object placed randomly within the parent's "area" you described.
What exactly do you want to achieve? That would make it easier for us to give you good advice.