Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: cwmanley on January 22, 2016, 06:26:54 AM

Title: ParticleSystemEmitAdavnced
Post by: cwmanley on January 22, 2016, 06:26:54 AM
On the Ecosystem or https://snipt.net/cwmanley/ //Outdated

Emits a Particle and overrides the Particle Systems parameters.

Patch 5.3.1p1

(755423) - Particles: Fixed error message spam on particle systems that have no particles (5.3.1 regression).

Throws this import Warning :(

ParticleSystemEmitAdavnced.cs(50,41): warning CS0618: `UnityEngine.ParticleSystem.Emit(UnityEngine.Vector3, UnityEngine.Vector3, float, float, UnityEngine.Color32)' is obsolete: `Emit with specific parameters is deprecated. Pass a ParticleSystem.EmitParams parameter instead, which allows you to override some/all of the emission properties'
Title: Re: ParticleSystemEmitAdavnced
Post by: cwmanley on February 15, 2017, 02:19:29 PM
//Updated for 5.5+

Emits and overrides the Particle Systems parameters using EmitParams.