Particle Designer Unity Integration
This script allow you to use any particle emitter exported from Particle Designer in your Unity3D Project.
- Copy the PDUnity.cs file to your project
- Copy the PDUnityShader.shader file to your project
- Export an emitter from Particle Designer using the ‘Unity 3D’ export type and copy to your Unity project
- In Unity, create an empty object.
- Drag the PDUnity script onto your new object.
- Drag your particle emitter asset to the ‘Emitter File’ property on the PDUnity script inspector.