DynamicWater2D node not working #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The "water" node that you get from the "custom scenes" menu shows up, but the "DynamicWater2D" node that you get from the nodes menu doesnt show up in the editor, and on launch, triggers this error message:
Invalid access to property or key 'position' on a base object of type 'Nil'.
That error is because you are not setting either the top left or the bottom right marker property of the water node. I added an error message in case they are not set now.