-
-
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
Editor crashes when attempting to create new node on Android #64166
Comments
Out of curiosity, why are you doing this? Everything will be unreadable on such a small screen. I don't recommend going below 100% unless you have no choice (and on Android, probably not below 150%). |
Could be worth mentioning if you are using a different language from Engish, as this could be something to do with font rendering, and English has likely been tested more. Does it also reproduce with English set to the language (presuming it wasn't from your other issue)? |
@Calinou, 200% is default (#64165) |
You need to exit the editor manually for the setting to be saved, as described in #60353. |
720_30_4.99_Aug102022.mp4Sorry for low quality video. My system recorder records vertical video if started in vertical orientation and horizontal video is 2-3 times lower quality. In video english language, still crashes. In video nothing was added after red arrow (no video editing) |
@werryxgames This is a known issue that has been addressed by #64420. |
Godot version
3.5.stable
System information
Android 10, GLES2 project (GLES3 available), Redmi 9C
Issue description
When trying to create node, Godot Editor unexpected terminates, or stopping (like infinite process in main thread). It should create new node
Steps to reproduce
Create new project with GLES2
Create Control or Node2D
Change resolution in Editor settings to lesser (for example 200% > 75%)
Click "Save and restart"
Run Godot Editor again
Open previously created project from menu
Click on "+" (It will be blue, like pressed or focused, but nothing will work. If you, don't closing Godot Editor go to recent apps and open it again, you will see only black screen)
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: