-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sluggish interface on Mobile and Forward+ #91037
Comments
Can you record the screen at 60 FPS or more to show the difference between 4.2.1 and 4.2.2? I don't see why 4.2.2 would be a lot slower. Can you test 4.3.dev5 as well? It includes significant changes made to Vulkan synchronization which should decrease input lag. |
On 4.3 dev 5 it behaves the same as 4.2.1 and earlier for me. 4.2.2_create_node.mp44.3_dev5_create_node.mp44.2.2_floating_inspector.mp44.3_dev5_floating_inspector.mp44.2.2_menus.mp44.3_dev5_menus.mp4 |
I can't reproduce this issue on my pc, maybe is a nvidia related issue? Godot v4.2.2.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated AMD Radeon RX 580 2048SP (Advanced Micro Devices, Inc.; 31.0.21912.14) - AMD Ryzen 5 3600 6-Core Processor (12 Threads) |
I updated my Nvidia drivers, same issue persists. |
This makes me think the problem is not with Godot, but with the Nvidia profile created for this specific executable name. Do you reproduce the issue if you rename the Godot binary? |
I am having a similar issue. Just worse. I am on ArchLinux with a Ryzen 7 5800H APU. The system does not have a dedicated GPU. I tried the package from ArchLinux and the one from Flathub. Both have the issue. When I open the project preference window everything is very slow. Even just the mouse over effects and dropdowns take up to one second to show up. What I found out that starting Godot with the It also happens on 4.2.1 on my side. |
Tested versions
System information
Godot v4.2.2.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4060 (NVIDIA; 31.0.15.5123) - Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz (8 Threads)
Issue description
I was working on a project on 4.2.1, proceeded to download 4.2.2, after opening project on 4.2.2 the editor interface was sluggish when switching tabs or adding nodes to the scene, and when running the game with F5, the loading was slightly slower.
This also happens with an empty/new project.
This only happens in Mobile and Forward+
Steps to reproduce
Create a new project on 4.2.2 in compatibility mode, create some nodes, interact with the editor, mainly in menus and settings.
Now switch to mobile or forward+ and it should be noticeably slower, theres noticeable delay for actions to happen, id guess 100-400ms
Minimal reproduction project (MRP)
test.zip
The text was updated successfully, but these errors were encountered: