miguel

Results 136 issues of miguel

Similar to how https://github.com/nathanhoad/godot_dialogue_manager works, it is possible to download the latest addon version inside the editor. Potentially, there could be a new button somewhere (in case there is an...

🍯 feature
⚙ workflow

It seems something changed where the build now fails with this error: ``` Pushing gem to https://rubygems.pkg.github.com/bitbrain... Your request could not be authenticated by the GitHub Packages service. Please ensure...

🐛 bug

Currently, loading events in this extension is done by 'guid' (default) but in the settings users can opt-in to load by event name instead. While this is useful, sometimes developers...

enhancement

I discovered this project which has a direct integration into the Godot editor: https://github.com/MikeSchulze/gdUnit4 It also has complete CI support and looks generally more light-weight to use compared to GUT.

**Godot Version**: `4.1.2.stable` **FMOD Studio Version**: `2.02.16` **Addon Version**: `Release 4.0.1-4.1.2` When doing changes to banks in FMOD and saving it, the .bank explorer inside Godot does not apply the...

bug

**Godot version: 4.0.2** **Addon version: 5baf5d86008e2aa9584261e9f518a689a6d488b5** Changing scenes in Godot 4 is currently not quite working. There are two issues that I was able to reproduce in the demo project:...

bug
godot4

Godot supports In-Editor performance monitoring: https://docs.godotengine.org/en/latest/tutorials/scripting/debug/custom_performance_monitors.html The idea is that we can track various metrics in Godot and it will be displayed inside the Monitors tab. Possible metrics we can...

enhancement

Update all tutorials to Godot 4

![Screenshot 2024-04-06 133323](https://github.com/utopia-rise/fmod-gdextension/assets/822035/1f853826-2f89-420e-a4ce-0d0d77e9dbfa) --- Closes #50 --- This PR aims to add support for web support via `wasm`. ## Todo - [x] update `SConstruct` to consider `web` as a platform...

It can be rather annoying to debug issues with the behaviour tree, unless one knows exactly the place in the tree that causes the issue so one can set a...

🍯 feature