Is Godot Multi-Core/threaded aware?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By vonflyhighace2
:warning: Old Version Published before Godot 3 was released.

I’m currently working on a project that uses UI and 3D quite a bit. I’ve noticed slowdowns when it came to a more 3D heavy scenes. A quick glance at task manager showed a single core pegged at full load while the others sitting idle. Is it natively multi-core aware, or is it on use developers to implement?

:bust_in_silhouette: Reply From: batmanasb

Not sure, but if you check in project settings there are a few options to enable multi-treading. One in “Render” and one in “Physics 2D”, although the latter crashes when I set it to multi-threaded.

:bust_in_silhouette: Reply From: volzhs

Multi threading for render/physics is not completed yet.
It is planned for 2.1 release.