Hugo Locurcio
Hugo Locurcio
I've started looking into this, but since [EditorPerformanceProfiler](https://github.com/godotengine/godot/blob/97241ffea6df579347653a8ce0c75db44e28f0c8/editor/debugger/editor_performance_profiler.cpp) doesn't make use of EditorInspector, this is proving challenging to implement. I tried to add something like this to `EditorPerformanceProfiler::_create_monitor_item()`, but it...
> This could also solve - #3635 I think this needs a separate solution within SplitContainer, with a different theme constant. SplitContainer doesn't inherit from BaseButton.
> Can submit it to the Asset Library if you think it would be useful. Feel free to submit it đŸ™‚
@zynga-jpetersen Which manual steps could the Godot editor automate for setting up iOS export? As I understand it, this proposal is already implemented for Android.
Can you test older versions of the extension? You can download them [here](https://github.com/godotengine/godot-vscode-plugin/releases). Note that [Godot versions before 3.5 are no longer supported](https://docs.godotengine.org/en/latest/about/release_policy.html#release-support-timeline), so this is unlikely to be fixed...
> However, just in case I don't manage to find time, would it be possible to merge this PR anyway (and include a note in docs saying headless builds are...
This is likely because the `utf8` character set is used instead of `utf8mb4` in the database collections: https://github.com/godotengine/godot-asset-library/tree/master/data
> Incidentally, exclusive fullscreen introduces a delay on mouse movements, which is quite frustrating if you've got an object tracking the mouse. It should be the opposite – borderless fullscreen...
> Is there a way to at least change the color of the 1px border in fullscreen mode? The border you see is the desktop background (or underlying windows), so...
Note that PresentMon is known to occasionally give unrealistic latency readouts. [Special K](https://special-k.info/) may be more reliable, but ideally, I recommend testing with a high-speed camera or LDAT testing device...