Godot 4 Terrain Editor
Asked Answered
H

7

0

Hi just wondering if there is a 3D Terrain Editor like what Unity has, in the pipe works ?

Hards answered 30/3, 2023 at 7:29 Comment(0)
F
0

Zylan's terrain editor is often referenced, however I've found that what works best for me is using Blender's sculpt tool to make terrain and exporting that to Godot instead.

https://godotengine.org/asset-library/asset/231

I don't think he's as of yet updated it for Godot 4, but this is why I use Blender instead just for the sake of not having to worry about any of that.

Forget answered 30/3, 2023 at 8:6 Comment(0)
H
0

Thanks for the reply, I'll have a look at the Blender option

Hards answered 31/3, 2023 at 4:30 Comment(0)
C
0

If you're comfortable with external programs, you can take a look here Terrain Generation.

Choli answered 31/3, 2023 at 11:51 Comment(0)
T
0

Forget I don't think he's as of yet updated it for Godot 4,

He has an experimental branch there that he is porting it in, it's in a testable state already, but I wouldn't use an active project to test it with, unless you make a copy of the project that you can afford to risk/destroy.

Terrenceterrene answered 31/3, 2023 at 15:11 Comment(0)
L
0

Forget I also use blender to create a landscape, but the only problem with it is that it is quite difficult to optimize the finished version of the landscape, you have to subdivide the map into parts and prescribe the quality of the lods and the visibility range for each, not to mention the material. Probably there is an option how to do it much faster but I don't know about it )

Lemaster answered 1/4, 2023 at 5:34 Comment(0)
H
0

Terrenceterrene

Hi, Do you have a link to this. I've been unable to find it....

Hards answered 1/4, 2023 at 23:31 Comment(0)
C
0

Hards Do you have a link to this. I've been unable to find it....

Perhaps it's.

And it even almost works. Only need to download "HTerrain plugin demo project" and take from there terrain_data for Data Directory in the inspector.

Choli answered 1/4, 2023 at 23:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.