To reuse Unity particle examples for your own games, follow these steps:
- Start a new Unity 3D project and ensure you are logged into your Unity account in the Unity Editor.
- OpenUnity Asset Store in a web browser and log into your Unity account.
- Tick Free Assets and search for and select the free Unity Particle Pack on the Asset Store (not the 5.x version, but the one that was updated in 2020):
Figure 14.7 – The Unity Particle Pack on the Asset Store website
- Click Add to My Assets. Then, after the button changes, click Open in Unity.
- In your Unity Editor, the Package Manager window should open, and Unity Particle Pack should be selected in the list of My Assets. Click Download and, once downloaded, click Import. You should now see several folders appear in the Project window. The import folder is EffectExamples. There should also be a new scene named Main in the Scenes folder.
- Open the Main scene from the Scenes folder in the Project window...