You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says the BakeFromSourceGeometryData has a Callable() as a default third parameter, it works in gdscript (you can just use two paramaters) but in C# if you don't provide the third parameter (Callable) you will get an error when the code runs.
Use NavigationServer3D.BakeFromSourceGeometryData without a callable and with a callable to see the difference also do the same in gdscript (only without the callable parameter).
I'll provide MRP tomorrow or on monday.
Minimal reproduction project
I'll provide this on a day or two, I'm off right now.
The text was updated successfully, but these errors were encountered:
Just to track this also happens with ParseSourceGeometryData, I assume the fix will work everywhere just fine so I'm only adding this for the record. Thanks for the fix, hope it makes it into 4.2 soon ;).
Godot version
4.2 beta 1
System information
Windows 11 - Vulkan - Nvidia RTX 4070 - intel i5 13600KF
Issue description
The documentation says the
BakeFromSourceGeometryData
has aCallable()
as a default third parameter, it works in gdscript (you can just use two paramaters) but in C# if you don't provide the third parameter (Callable
) you will get an error when the code runs.Steps to reproduce
Use NavigationServer3D.BakeFromSourceGeometryData without a callable and with a callable to see the difference also do the same in gdscript (only without the callable parameter).
I'll provide MRP tomorrow or on monday.
Minimal reproduction project
I'll provide this on a day or two, I'm off right now.
The text was updated successfully, but these errors were encountered: