Topic: I have a question about maratise script

How to dynamically create objects by script. I can't find this kind of functions in 'script doc'.
Is there any way for now?

Re: I have a question about maratise script

there is actually no function to do this in script, only in cpp,
the way in script would be to create all the objects you need in the scene, deactivate them (Edit > deactivate).

when you need one, in script, activate one and set its position/rotation where you want it.