Forums › 💬 NodeCanvas › ⚙️ Support › default parameters cause Editor error › Reply To: default parameters cause Editor error
Hello,
Please specify that the default parameter is a float, by adding literal f at the end and it will work 🙂 RequestPath(Vector2 target, float priority = 0f)
RequestPath(Vector2 target, float priority = 0f)
Cheers!