Ainsley

Results 7 comments of Ainsley

Reproducible on v4.3.beta.custom_build [93fc9b885] (on Windows 10). Note that the Canvas Layer updated after scrolling the mouse (the purple line moved), but children didn't update. After change the visibility, the...

> Sounds like #97078. Please try the latest `dev3` and see if it still crashes. You're right. The crash has been fixed, but TLS handshake error still exists. I will...

In `reduce_preload`, it will parse the attached gdscript. However, the parser only treats all the resource path as file path and doesn't handle the case that the path could be...

This is related to https://github.com/godotengine/godot-proposals/issues/5171

There are a lot of string concatenations that should be changed to `vformat` as suggested in the [documentation](https://docs.godotengine.org/en/stable/contributing/development/core_and_modules/common_engine_methods_and_macros.html#format-a-string). Maybe we should add this into the tracker as well?

That would be too laborious. It would be better if someone just fix a little bit when they saw those code while working on a big commit and commit them...

New navigation setting was updated by merging this pr: #85331 . Now the key is ctrl + shift + middle mouse. You can view the settings at Editor > Editor...