playMaker

Author Topic: Playmaker doesn't work properly  (Read 741 times)

phillipb

  • Playmaker Newbie
  • *
  • Posts: 1
Playmaker doesn't work properly
« on: October 21, 2020, 09:23:33 AM »
Hi all

I'm new on Ynity so i don't understand very good how all works. I've followed some tutorials for making my first game. Everything worked. But after closing and reopening the project it gives me several errors. I don't understand what it can be, I'm going crazy. I' cant try my game anymore.

I get this error when I close Unity and then open it, while it was working fine the last time I ran it. Is the problem with me or is it from Unity?

Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(9,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'AnimatorPlay'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'GetAnimatorSpeed'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'SetAnimatorSpeed'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'SetAnimatorTarget'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'SetAnimatorTrigger'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(31,24): error CS0111: Type 'AnimatorPlay' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(39,24): error CS0111: Type 'AnimatorPlay' already defines a member called 'OnEnter' with the same parameter types
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(9,15): error CS0263: Partial declarations of 'GetAnimatorSpeed' must not specify different base classes
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(23,24): error CS0115: 'GetAnimatorSpeed.Reset()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(27,24): error CS0115: 'GetAnimatorSpeed.Reset()': no suitable method found to override
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(32,24): error CS0115: 'GetAnimatorSpeed.OnEnter()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(34,24): error CS0115: 'GetAnimatorSpeed.OnEnter()': no suitable method found to override
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(59,24): error CS0115: 'GetAnimatorSpeed.OnActionUpdate()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(61,24): error CS0115: 'GetAnimatorSpeed.OnUpdate()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(27,24): error CS0111: Type 'GetAnimatorSpeed' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(34,24): error CS0111: Type 'GetAnimatorSpeed' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(66,8): error CS0111: Type 'GetAnimatorSpeed' already defines a member called 'GetPlaybackSpeed' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(25,24): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(32,24): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(59,24): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'OnUpdate' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(65,8): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'DoPlaybackSpeed' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(29,24): error CS0111: Type 'SetAnimatorTarget' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(37,24): error CS0111: Type 'SetAnimatorTarget' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\SetAnimatorTarget.cs(89,8): error CS0111: Type 'SetAnimatorTarget' 192.168.0.1 routerlogin 192.168.10.1 called 'SetTarget' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(23,24): error CS0111: Type 'SetAnimatorTrigger' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(30,24): error CS0111: Type 'SetAnimatorTrigger' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(56,8): error CS0111: Type 'SetAnimatorTrigger' already defines a member called 'SetTrigger' with the same parameter types
-----CompilerOutput:-stderr----------
-----EndCompilerOutput---------------
- Finished script compilation in 0,467947 seconds
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(9,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'AnimatorPlay'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'GetAnimatorSpeed'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'SetAnimatorSpeed'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'SetAnimatorTarget'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(10,15): error CS0101: The namespace 'HutongGames.PlayMaker.Actions' already contains a definition for 'SetAnimatorTrigger'
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(31,24): error CS0111: Type 'AnimatorPlay' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\AnimatorPlay.cs(39,24): error CS0111: Type 'AnimatorPlay' already defines a member called 'OnEnter' with the same parameter types
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(9,15): error CS0263: Partial declarations of 'GetAnimatorSpeed' must not specify different base classes
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(23,24): error CS0115: 'GetAnimatorSpeed.Reset()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(27,24): error CS0115: 'GetAnimatorSpeed.Reset()': no suitable method found to override
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(32,24): error CS0115: 'GetAnimatorSpeed.OnEnter()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(34,24): error CS0115: 'GetAnimatorSpeed.OnEnter()': no suitable method found to override
Assets\PlayMaker\Actions\Animator\GetAnimatorSpeed.cs(59,24): error CS0115: 'GetAnimatorSpeed.OnActionUpdate()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(61,24): error CS0115: 'GetAnimatorSpeed.OnUpdate()': no suitable method found to override
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(27,24): error CS0111: Type 'GetAnimatorSpeed' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(34,24): error CS0111: Type 'GetAnimatorSpeed' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\GetAnimatorSpeed.cs(66,8): error CS0111: Type 'GetAnimatorSpeed' already defines a member called 'GetPlaybackSpeed' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(25,24): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(32,24): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(59,24): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'OnUpdate' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorSpeed.cs(65,8): error CS0111: Type 'SetAnimatorSpeed' already defines a member called 'DoPlaybackSpeed' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(29,24): error CS0111: Type 'SetAnimatorTarget' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(37,24): error CS0111: Type 'SetAnimatorTarget' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimatorTarget.cs(89,8): error CS0111: Type 'SetAnimatorTarget' already defines a member called 'SetTarget' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(7,3): error CS0579: Duplicate 'ActionCategory' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(8,3): error CS0579: Duplicate 'Tooltip' attribute
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(23,24): error CS0111: Type 'SetAnimatorTrigger' already defines a member called 'Reset' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(30,24): error CS0111: Type 'SetAnimatorTrigger' already defines a member called 'OnEnter' with the same parameter types
Assets\RifleAnimsetPro\PlaymakerAdditiona\PlayMaker Animator\Actions\SetAnimationTrigger.cs(56,8): error CS0111: Type 'SetAnimatorTrigger' already defines a member called 'SetTrigger' with the same parameter types

I am grateful for your help.
« Last Edit: October 28, 2020, 07:58:30 AM by phillipb »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Playmaker doesn't work properly
« Reply #1 on: October 21, 2020, 02:06:12 PM »
Hi.
There errors indicate duplicates.

Maybe you accidentally duplicate some folders.

or maybe you installed this asset :

Assets\RifleAnimsetPro\PlaymakerAdditiona