Hi! I’m sorry that the title isn’t perfect, but I didn’t know how to frame the question in few words otherwise.
Well, to the topic:
My project is very much about “faking voxels”, and I hit a very basic problem very early on: creating the block. For optimization reasons I need an object that will be spawned by the terrain generation, and that object knows when it has to spawn the cubemesh/when to enable the physics of the cubemesh. For that I need the cube mesh, of course. What is the command for spawning a certain staticmesh asset at the origin of this empty blob? (Also if you’d like to throw in the command to use to spawn that “blob” class, that would be usefull).
Cheers!
-DoctorPC