8 Replies
It says why
methods can have overloads, this means that methods with the same name have different number and possibly types of parameters
the error message tells u, that it could not find a method that takes 4 arguments/parameters
so look up the documentation of unity's
Quaternion
type and check if there is a method that fits ur needscan you write correct code , but i aaam begginer in the programing
no i dont spoon feed
which brings me actually to the next point:
u seem to be a very beginner and try to write some game code stuff which requires more than just fundamental knowledge
so i would recommend, that u learn the basics first
Or at least look up the method in Unity docs
To see what parameters it takes
ok thx
i really dont mean it in a mean way, but programming is all about targeting problems, researching details and figuring out solutions.
at the very beginning this is understanding error messages and reading/understanding documentations.
and of course finding these
(especially in game dev u will end up in a quite a lot undocumented field)
I already understand that I need to learn csarp and then play the game