Maxim Kovkel
Maxim Kovkel
Seems like we really need it since it is pretty popular request. For now, there are two options to achieve the behavior: # Via 'Folder' button:  # Via [Custom...
There was an implementation #83
Thanks for your work! Could you explain why do we need these checks?
btw found a way to calculate the sha256 sum: ```gdscript FileAccess.get_sha256(file_path) ```
Added [CLI](https://github.com/MakovWait/godots/blob/main/.github/assets/FEATURES.md#cli). Now it is possible to create editor process and pass args to it with: ```sh godots exec -- c:\path\to\project\myscene.tscn ``` but sadly, I haven't found any possibilities to...
It should be possible. Here is the [guide](https://github.com/MakovWait/godots/blob/main/.github/assets/THEMING.md)
Have you found the existent way to manage custom themes sufficient?