# Polygon Arsenal

{% embed url="<https://www.youtube.com/watch?v=p8ZspzUKzbo>" %}

One more package with a TON of particles in it.

## Changes Made

### Mis-using Particle

Some of the "charge" and other particles can make for good muzzle flashes or even projectiles themselves. I've taken the liberty to create new ones from the various parts. More is better.

### Sounds

Some projectile and particle prefabs that I created from other parts don't have sounds attached to them.

### Polygon Sound Spawn

Projectiles in this package have a `PolygonSoundSpawn` class on them which both instantiated objects at runtime, and destroyed them -- resulting in extra objects + the sounds only playing once. I've converted these for the particle prefabs that come with the integration, but any additional use of the particles from the pack will require some level of conversion.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://infinitypbr.gitbook.io/magic-pig-games/projectile-factory/3rd-party-particle-integrations-16/archanor-vfx-5/polygon-arsenal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
