-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Vulkan Mobile: Tilemap has rendering issues on MediaTek Dimensity SoC #85750
Comments
Emulator Android 11 on Windows 10:
Emulator Android 11
Samsung Tab S7 (Snapdragon), I could not reproduce either
|
@Alex2782
|
@Alex2782 Although my problem has been solved, logically speaking, it should also be able to run normally in Mobile mode (Dimensity processor), right? Because the Snapdragon processor can run normally in Mobile mode. |
@ModuleCode: please use Your last picture, above It is difficult to recognise errors in pixel art graphics. But I can now also see them on my Samsung Tab S7 (Vulkan API / Mobile) v4.2.stable.official [46dc277]. (Later I will try to check the last master branch.) A) MacOS: Vulkan API 1.2.231 - Forward Mobile - Using Vulkan Device #0: Apple - Apple M1
|
That's strange, I see that the errors are constantly changing at startup. But copying "Tileset" once fixes the problem. func _ready():
$TileMap.tile_set = $TileMap.tile_set.duplicate() |
@clayjohn's "feelings" were right 😃 , fixed by #84852 @ModuleCode: You could try again later with Godot Engine v4.3.dev: I have restarted the demo over 10 times and could no longer recognise any errors. (Samsung Tab S7)
|
That fix was cherry-picked for 4.2.1, so please test 4.2.1-rc1 when it's released in a few days. |
ok |
TODO Tiles, Tiles, Tiles + Android |
I think my problem is same :#71020 |
@Alex2782 Thank you very much for taking a look! |
Thank you very much, I tried to use 4.3 export Android running, the problem does not exist |
Godot version
v4.2.stable.official [46dc277]
System information
Windows 11- Godot v4.2.stable.official [46dc277] - Vulkan (Forward+)
Issue description
When I used Godot's Tilemap to package it for mobile Android, I found that if your phone has a Dimensity processor, it will cause tearing of the screen.
I don't have this problem when running on a Snapdragon processor
This problem exists in version 4.x
And this problem is randomly generated ,it is uncertain
Steps to reproduce
Use Android emulator or Dimensity to run it and you can see the error effect.
Minimal reproduction project
bug.zip
The text was updated successfully, but these errors were encountered: