# Toon Projectiles 2

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

[**Toon Projectiles 2**](https://assetstore.unity.com/packages/vfx/particles/spells/toon-projectiles-2-184946?aid=1100lxWw) is a great new pack from Hovl Studio.

## Changes Made

### Removing Classes

I've removed the `HS_ProjectileMover` class from the projectiles, since **Projectile Factory** will be handling behaviors, and all we really need are the particles themselves.

Also removed `HS_CallBackParent` from the Muzzle particle prefabs.

### Extracting Hit / Muzzle Particles

The prefabs in the package have the "Impact" ("Hit") and "Muzzle" ("Flash") particles embedded in the prefab. I have removed those, so they can each be their own object that the Projectile will utilize -- but can also be mixed and matched with other Projectiles.

### Naming Conventions

To keep the naming alignd with other integrations, and make searching easier, I've renamed the converted prefabs, keeping their original "human name".

### Rigidbody Reset

The Rigidbody settings on the prefabs were not the default settings, and were causing issues. Resetting this component solved that.


---

# 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/hovl-studio-4/toon-projectiles-2.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.
