mohsenph69 / Godot-MTerrain-plugin

A GDExtension plugin which give godot the ability to produce highly optimized Terrain for Open world games
MIT License
372 stars 19 forks source link

Import with error #19

Closed loongEgg closed 6 months ago

loongEgg commented 6 months ago

the message is: Error loading extension:res//Godot-MTerrain-plugin-0.9.3/libs/MTerrain.gdextension

my godot vesion is: v4.0.2 image

mohsenph69 commented 6 months ago

The GDExtension library has been build for Godot 4.1, and if you look the MTerrain.gdextension file it's said minimum version required is 4.1

I think this will work with Godot 4.2, But if you want to run this on Godot 4.0, You need to change the Godot-Cpp version in GDExtension folder to 4.0, and remove minimum version required in MTerrain.gdextension file, and build the library by yourself, That may work and may not work, I am not sure