Hi,
In order to create an object with "Create object" it has to have at least one instance in any of the layouts. So instead of inserting the object in each of my "level"-layouts I ended up with an "object-pool"-layout that contains one instance of each object I often create.
Apart from this being a good idea or not I have a general problem: I want every object that I create with "Create object" to be scaled by a fixed factor without calling "Set scale" everytime. I thought I could set the size in the "object type properties" that are exposed when you select the object prototype but that has no effect.
thanks