Tomcat's Godot tutorial
Creating a character for games in Godot using MakeHuman
- stayathomedev
- Site Admin
- Posts: 82
- Joined: Mon Jul 17, 2023 2:42 pm
Nice! Very detailed.
Did you ever try 4.0 import again?
Did you ever try 4.0 import again?
Stay at home dad and dev
Youtube Channel - https://www.youtube.com/channel/UCDshKI ... CzApleuV8w
Twitter - https://twitter.com/StayAtHomeDev
Youtube Channel - https://www.youtube.com/channel/UCDshKI ... CzApleuV8w
Twitter - https://twitter.com/StayAtHomeDev
- Tomcat
- Posts: 52
- Joined: Tue Jul 18, 2023 6:51 pm
- Location: Moscow (Orcish Stan), The Aggressive Evil Empire
- Contact:
Yeah, this methodology works with Godot 4. Only it is desirable to use glTF to transfer models to the engine from Blender. Although it could have been fixed by now.
There are problems when transferring textures from Blender to the engine. Godot does not understand shaders and transparent materials.
There are several workarounds:
- Assign textures in the engine.
- Use the outdated mhx2 format when using a separate MakeHuman program for the transfer. It transfers textures by picture.
- When using MPHB2 when customizing a character, choose a simple texture.The easiest way is to not use the procedural skin. Instead, you can use a standard diffuse texture setup. In "apply assets" -> "library settings" -> "skin" there is a dropdown where you can select "standard material" before loading a skin. This material will not contain any procedural effects…
— Who's your enemy?
— The whole world.
— Who's your friend?
— The cat.
— The whole world.
— Who's your friend?
— The cat.
- stayathomedev
- Site Admin
- Posts: 82
- Joined: Mon Jul 17, 2023 2:42 pm
I see....an asset would be a great addition.
I've not tested more complicated Blender -> Godot imports beyond standard material setups. Will have to dig into it.
I've not tested more complicated Blender -> Godot imports beyond standard material setups. Will have to dig into it.
Stay at home dad and dev
Youtube Channel - https://www.youtube.com/channel/UCDshKI ... CzApleuV8w
Twitter - https://twitter.com/StayAtHomeDev
Youtube Channel - https://www.youtube.com/channel/UCDshKI ... CzApleuV8w
Twitter - https://twitter.com/StayAtHomeDev