Tomasz Chabora

Results 934 comments of Tomasz Chabora

I think #72764 last touched this functionality. I can't reproduce this issue, for me it works without problems. Tested on Windows 10 on master. https://user-images.githubusercontent.com/2223172/221585440-d2cc755b-ac5b-4318-9fc5-35d7520f88b9.mp4

Ah right 🤔 Although for me only the background is black, the Godot window is intact and picking is still working. It's weird that everything becomes black, but at least...

What program did you use? I think OBS should be able to handle it.

AFAIK there are some system-specific methods to allow that. GIMP supports it and it works very well, even taking the screen color calibration into account.

Some crash when opening project: ``` CrashHandlerException: Program crashed Engine version: Godot Engine v4.2.dev.custom_build (4613bfc9df46670fd1c14a63b78e8117a83ee186) Dumping the backtrace. Please include this when reporting the bug to the project developer. [0]...

@MarcusRiemer Do you have up-to-date reproduction project? I tried the one you provided and can't reproduce any of the issues you described here. I only found a very minor bug...

Thanks, I was able to reproduce the issue. It happens when a TileData points to a TileSet that does not exist, but I don't know what causes this.

The MRP from https://github.com/godotengine/godot/issues/73674#issuecomment-1455103492 where I confirmed the issue also has this addon 🤔 EDIT: Disabling the plugin fixes the issue.

It doesn't need to be related to TileSet. It might be e.g. wrong use of `_handles()` method or some UndoRedo shenanigans (AFAIK TileSet editor uses it in some unique way)....