ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 366 forks source link

ParticleEmitter Update only vor Unity2018 #644

Open PascalSaP opened 5 years ago

PascalSaP commented 5 years ago

Both Ship.cs and ShipStateMoving.cs contain two lines which say:

if UNITY_2018

{… something with "ParticleSystem"...}

else

{… something with "ParticleEmitter"...}

This obviously doesnt work for Unity 2019 as it falls back to the old version.