playMaker

Author Topic: ParticleSystemEmitAdavnced  (Read 2565 times)

cwmanley

  • Full Member
  • ***
  • Posts: 107
ParticleSystemEmitAdavnced
« 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'
« Last Edit: February 15, 2017, 02:10:54 PM by cwmanley »

cwmanley

  • Full Member
  • ***
  • Posts: 107
Re: ParticleSystemEmitAdavnced
« Reply #1 on: February 15, 2017, 02:19:29 PM »
//Updated for 5.5+

Emits and overrides the Particle Systems parameters using EmitParams.