Use a scene instead of a mesh with 3d particles?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By gubbebubbe

Is it possible to spawn scene instances instead of meshes when using 3d particles?

Thank you.

:bust_in_silhouette: Reply From: Calinou

For performance reasons, particles can only spawn sprites or meshes, not full-fledged scenes. If you need to use scenes, you could instance them and handle physics yourself, but this will be slow with more than a few dozen particles.