Terrain Editor

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Al Jazari

Hi everyone,
I have been following Godot Engine for over 2 years it is a good engine but it is realy hard to use. I want to share my advaice about the engine because i used many different game engine. Godot engine becomes powerfull engine but i think developers should focus on terrain editor like CryEngine, Unity, Unreal Engine, Lumberyard etc. I realy like cryengine terrain editor and many clone of cryEngine have the terrain editor and they develop it such as Lumberyard. Terrain editor lets game developer to complate some parth quickly so i believe that because of this developers like these kind of engine. However, i do not know about godot engine developers work on game editor or not ?
I know there are some plugins help developer to edit terrain but the plugins are bugy and not good for game development.

if anyone knows some news about godot terrain editor please let me know.

:bust_in_silhouette: Reply From: NadimD

Hello there !

I can give you a few addons that I found quite useful and time-saving.

2D:

  • GitHub - SirRamEsq/SmartShape2D: A 2D Terrain Tool for Godot 3.2 lets you create curves, filled or not, and attach a material containing different textures for the Top, Right, Bottom, Left, Inner Left and Right parts, giving you an easy way to create terrain like they did in Rayman or like Ferr2D Terrain for Unity. The addon hasn’t got any update for a year and I’m currently working on a similar addon with an easier architecture and some options, like the ability of switching any edge’s texture so you can have variants, but that will take time to get released

3D:

I agree we could have more advanced terrain editor tools, but I have to admit I’m not sure it would be fit for everyone as there are many ways to create terrains from a game to another and we would need to have a more general editor. You are also free to code your own tools to fit your needs by using any accessible class and Node through EditorPlugin, following tutorials like: Making plugins — Godot Engine (3.2) documentation in English

For the rest of your questions, better have answers from a developer !

How do I download the plugins? I’m new to godot and github :slight_smile:

Amateur.game.dev. | 2020-08-27 12:40