- Home /
Question by
Eriks.indesign · Jun 02, 2013 at 12:39 PM ·
errorpathvectrositycs1502invalid arguments
Path drawing script giving error
pathLine.Draw(transform);
pathLine.SetTextureScale( transform, 1.0f, Time.time * -1.4f % 1 );
This is giving my the error: error CS1502: The best overloaded method match for `Vectrosity.VectorLine.Draw(UnityEngine.Transform)' has some invalid arguments
What am I doing wrong?
Here is what it looks like:
On the right we have my scene with the baby dino, and on the left we have the picture from the asset store, and how I want it to act.
Here is a video of my problems http://www.youtube.com/watch?v=Cngkm5-iaOU
Comment
Your answer
Follow this Question
Related Questions
"Failed to import package" when creating new project 5 Answers
How to animate a moving platform GameObject? 2 Answers
Path error? 0 Answers