Error building Player: Exception: Error: method System.Reflection.Assembly System.Reflection.Assembly::GetAssembly(System.Type)
doesn’t exist in target framework. It is referenced from Assembly-CSharp.dll at System.Void Pathfinding.AstarData::FindGraphTypes().
Error: method System.Int32 System.Math::DivRem(System.Int32,System.Int32,System.Int32&)
doesn’t exist in target framework. It is referenced from Assembly-CSharp.dll at Pathfinding.Int3 Pathfinding.GridGraph::GetNodePosition(System.Int32,System.Int32).
Error: method System.Int32 System.Math::DivRem(System.Int32,System.Int32,System.Int32&)
doesn’t exist in target framework. It is referenced from Assembly-CSharp.dll at Pathfinding.GridNode Pathfinding.GridGraph::GetNodeConnection(Pathfinding.GridNode,System.Int32).
Error: method System.Int32 System.Math::DivRem(System.Int32,System.Int32,System.Int32&)
doesn’t exist in target framework. It is referenced from Assembly-CSharp.dll at System.Boolean Pathfinding.GridGraph::HasNodeConnection(Pathfinding.GridNode,System.Int32).
Error: method System.Int32 System.Math::DivRem(System.Int32,System.Int32,System.Int32&)
doesn’t exist in target framework. It is referenced from Assembly-CSharp.dll at System.Void Pathfinding.GridGraph::SetNodeConnection(Pathfinding.GridNode,System.Int32,System.Boolean).
How can i fix it?