This question was
closed Mar 05, 2017 at 12:15 PM by
funbarn for the following reason:
stuff
Question by
funbarn · Mar 04, 2017 at 10:15 AM ·
camera-movementoverload
Error Cs1501 No overload for method for 5.5.1, C#
Hi, do you know what should i change for this?
void Update() { followCharacter(null); } }
Comment
Answer by hexagonius · Mar 04, 2017 at 11:23 AM
https://msdn.microsoft.com/en-us/library/d9s6x486.aspx
you're trying to call followCharacter, of which there's no version that can handle just one parameter. It's either none or more, but you did not show it. Check the amount of parameters required.
Follow this Question
Related Questions
My camera rotate but my player dont. How Ive to do so? 1 Answer
Top Down Game - Camera Follow Player and General Scripting Question 0 Answers
Another Smooth Camera Follow problem 1 Answer
camera zoom/moveing and object position 0 Answers
Unity 2D how to create pocky and rocky 2 camera in c#??? 2 Answers