kalysti / terrain-tool-godot4

GODOT 4 3D Terrain Editor (C# Plugin)
MIT License
157 stars 12 forks source link

PORT_TYPE_VECTOR needs to change to PORT_TYPE_VECTOR _3D #44

Open mnumanuyar opened 1 month ago

mnumanuyar commented 1 month ago

Describe the bug plugin has depricated types To Reproduce Steps to reproduce the behavior: download plugin

Expected behavior there should be no error

Screenshots image image

Additional context in godot stable change log it says "Rename PORT_TYPE_VECTOR to PORT_TYPE_VECTOR_3D" but in some scripts in plugin, PORT_TYPE_VECTOR exists. it needs to change

mnumanuyar commented 1 month ago

upon a little search I realised it has been changed, bu in godot old version exist !

Sythelux commented 1 month ago

Thank you for telling us. I hadn't had any time lately to work on this plugin at all. You might want to take a look at alternatives for the meantime:

https://godotengine.org/asset-library/asset/2700 https://godotengine.org/asset-library/asset/3134

If you have time and want to help feel free to make a pull request to fix it.

mnumanuyar commented 1 month ago

oh, as i mentioned, it is already fixed in upstream ! however the plugin in godot Assetlib is old I think. But thanks for the alternatives