#Hi guys
2 messages · Page 1 of 1 (latest)
The error tells you exactly what the problem is. You are trying to assign a CollisionShape2D to a variable that is expecting to be assigned a Path2D. Check the types of your variables and values.
2 messages · Page 1 of 1 (latest)
I have been doing godot for around 1 months and I got stuck with this Error: Trying to assign value of type 'CollisionShape2D' to a variable of type 'Path2D'.
I'm not sure what this error is but if you ccan help, that would be amazing. If you need for info, I will provide more. Thank you
The error tells you exactly what the problem is. You are trying to assign a CollisionShape2D to a variable that is expecting to be assigned a Path2D. Check the types of your variables and values.