Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Eduardo on April 12, 2018, 06:19:17 PM

Title: HOW I can fix this
Post by: Eduardo on April 12, 2018, 06:19:17 PM
This error appears within playmaker

Assets/Standard Assets/ParticleSystems/Scripts/WaterHoseParticles.cs(43,25): error CS1061: Type `UnityEngine.Component' does not contain a definition for `attachedRigidbody' and no extension method `attachedRigidbody' of type `UnityEngine.Component' could be found. Are you missing an assembly reference?
Title: Re: HOW I can fix this
Post by: djaydino on April 13, 2018, 05:39:57 AM
Hi,
If its an older project you might need to update the standard assets from unity.

From what i can see this is not a playmaker issue.

if you can get it to work, try importing playmaker on a new project and then import the standard assets.
and let me know if you still have the same issue :)