Andrea Catania

Results 67 comments of Andrea Catania

This seems nice but instead to pass the whole array per each call, what do you think about insert an array of weak pointers inside the world? So the user...

This is perfect for what I'm doing! Do you already have a PR / branch that I can keep an eye on it? Because get rid of the builder will...

If you want I can do this change, let me know

If I understand correctly, that kind of scaling will lead to UI blurriness. I've noticed that Gnome scale the font, I wonder if that kind of approach can be taken...

I've looked at the code and I've think about some improvements that will help you. The first modification is move all sound visualizer analizer from the actor to the component....

Interesting, I'll try that soon, thanks for the report.

@SeleDreams can you please pass me the command line you used to compile it? So I can reproduce this exact use case.

The issue was much simpler than I was looking for: indeed the directory `storages` was ignored by the rule https://github.com/AndreaCatania/godot/blob/master/.gitignore#L40 so the directory was not present into the project. I...