Getting this error -
You are trying to create a MonoBehaviour using the 'new' keyword. This is not allowed. MonoBehaviours can only be added using AddComponent(). Alternatively, your script can inherit from ScriptableObject or no base class at all
UnityEngine.MonoBehaviour:.ctor()
EveryplayHelper:.ctor()
EveryplayHelper:get_GetInstance() (at Assets/Everyplay For PlayMaker/EveryplayHelper.cs:15)
HutongGames.PlayMaker.Actions.InitEveryplay:OnEnter() (at Assets/Everyplay For PlayMaker/Actions/InitEveryplay.cs:12)
HutongGames.PlayMaker.FsmState:ActivateActions(Int32)
HutongGames.PlayMaker.FsmState:OnEnter()
HutongGames.PlayMaker.Fsm:EnterState(FsmState)
HutongGames.PlayMaker.Fsm:SwitchState(FsmState)
HutongGames.PlayMaker.Fsm:UpdateStateChanges()