Identify location of particles?

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

In the Controlling Thousands of Fish with particles, we have managed to reproduce that particles scenario with hundreds or thousands of spaceships (spinning instead of swimming). It works remarkably well, and even runs 10’000 ships on my computer (we ‘only’ need a few hundred). We can also program these to start on opposite ends of a battle field, moving toward each other.

Is there any way to identify the location of specific spaceships, and then replace that graphic with an explosion, with one fewer remaining each time that happens?

We are programming a space strategy game (sorta-like RISK). The strategic part is the high-level decisions to move ships around the galaxy. We are trying to graphically show battles in 3D between up to hundreds of ships (maybe just a few, but sometimes perhaps a couple hundred each on opposing sides of a battlefield), fast and manageable on systems with variable performance, with the battle and ultimately the outcome passively observed by players. If particles is not a realistic way to do this, would MultiMeshInstance be able to do this with good performance?

Any suggestions welcome! Thank you in advance.