-
-
Notifications
You must be signed in to change notification settings - Fork 23.7k
Open
Description
Tested versions
- Reproducible in: 4.6.dev-4
Used version is found here: https://godotengine.org/article/dev-snapshot-godot-4-6-dev-4/
System information
Windows 11 - Godot v4.6.dev4 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3090
Issue description
When ticking Thread checkbox in web export:
1st of all. progress bar is not working. ResourceLoader.load_threaded_get_status(path: String, progress: Array = []) function never returns any progress amount.
2nd. Game runs insanely poorly compared to when running same project without ticking the checkbox.
(Tested browser FireFox)
It is basically just better to export the game in non-threaded.
Steps to reproduce
Create some 3d game project.
- Make some thread.
- Load resource via thread
- Report status and set a ProgressBar value
- Status will remain 0 as value never changes.
Game will have insanely poor performance unless you remove the THREAD tick-box.
Minimal reproduction project (MRP)
I will upload a small project later today... But until then, maybe the C# has the same issue? #34506
Metadata
Metadata
Assignees
Type
Projects
Status
For team assessment