playMaker

Author Topic: HOW I can fix this  (Read 1360 times)

Eduardo

  • Playmaker Newbie
  • *
  • Posts: 11
HOW I can fix this
« 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?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: HOW I can fix this
« Reply #1 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 :)