|
|
|
|
|
by zanny
2144 days ago
|
|
It does happen in Unity and Unreal too when you strictly work in the visual editor without writing much code. It also happens in Qt and similar WYSIWYG visual editors where they often cannot render full dynamic content in the editors. But in all those cases you can just write everything in code without using the visual tools, and you can do that with Godot as well. |
|