Godot Version
4.4.1
Question
currently, i’m trying to copy the farm game from a ytb name “Rapid Vector”, and i got the “cannot call method “get_local_mouse_position” on a null value”. How can i fix it
4.4.1
currently, i’m trying to copy the farm game from a ytb name “Rapid Vector”, and i got the “cannot call method “get_local_mouse_position” on a null value”. How can i fix it
You would have to show us your code, the error states that what ever you are trying to call get_local_mouse_position
on is null, or unassigned.