Matt Enad

Results 8 issues of Matt Enad

I have one "custom" Godot version added in the installs which is a manual download of 4.1: ![image](https://github.com/eumario/godot-manager/assets/11141862/41869177-afe6-431c-a457-6f673c59bde5) I set my project directory and hit the "scan" button and it...

bug

Hi, this is the first of a series of improvements I've been playing around with in my fork. This addition allows users to press a button to generate the BuildConstants...

enhancement

In the default example for setting a pattern color, this code is used: ```html ``` And we can see that the tailwind "macro" essentially sets these 3 variables which are...

**Describe the bug** I have a scheduled plan that is supposed to run at 5pm each day with the target repo existing on an external NAS machine plugged into my...

enhancement

Implements this proposal: godotengine/godot-proposals#6406 which in turn satisfies godotengine/godot-proposals#3646 as well. The goal is to allow users to freely customize which mouse buttons/keys navigate the 3D viewport in the editor....

enhancement
topic:editor
usability
topic:3d

Fixes #97732 I think I changed the zoom modifier keys for the `Godot` navigation preset in #85331 to work around a code ordering issue at the time. The issue is...

### Describe the project you are working on Improvements for the Godot editor. ### Describe the problem or limitation you are having in your project Now that https://github.com/godotengine/godot/pull/97257 has been...

topic:editor

Currently, in order to install addons into your Godot project, you need to first modify the `addons.json` file and then run `godotenv addons install` to read the file and perform...

enhancement