GReetings again guys,
for my current project i need to utilize particle collision detection, iam aware that the playmaker shuriken addon handles this however when i import the addon package, unitye tells me about various errors within those, namely :
Assets/PlayMaker Shuriken/Actions/GetNextCollisionEvent.cs(49,40): error CS0426: The nested type `CollisionEvent' does not exist in the type `UnityEngine.ParticleSystem'
Assets/PlayMaker Shuriken/Scripts/playMakerShurikenProxy.cs(8,32): error CS0426: The nested type `CollisionEvent' does not exist in the type `UnityEngine.ParticleSystem'
Assets/PlayMaker Shuriken/Scripts/playMakerShurikenProxy.cs(23,31): error CS0426: The nested type `CollisionEvent' does not exist in the type `UnityEngine.ParticleSystem'
which i reckon makes the addon unusable.
How can i sort out particle collision detection in this case?