Thomas Mann

Results 121 comments of Thomas Mann
trafficstars

Thanks for reporting: I fixed the playback settings with e514348bc40c07d4c90b26c922a4b8fd3d642b73. The main idea here is to scale fixed pixel sizes like so... ``` ImGui.SetNextWindowSize(new Vector2(600, 500) * T3Ui.UiScaleFactor); ``` Scaling...

Yes, it's all created on runtime: in `Editor/Gui/WindowsUiContentDrawer.cs` ``` private unsafe void CreateFontsTexture() { ... } ```

I rethought about the icons integration: I good work around would be to export the icon-image in multiple hires version (e.g. @1.5, @2x etc) and switch between them on certain...

That is really interesting. Sadly I can't reproduce the problem: I have a couple of theories: 1. this is related to the hard drive (sadly works for me) 2. This...

Excellent. That sounds like the crash is caused when pasting special characters like " ' \ I will look into this.

Can you describe in more detail what you're trying to accomplish? What is your window layout? Do you have multiple displays connected? Why not just move the pointed into a...

Ah I see! I think that's a very creative work around to an important use-case that should better solved. A current work around might be to create a layout (in...

This probably nicely aligns with the updated [Project Settings dialog](https://www.figma.com/proto/TUnxf2ZJYSpPj3YIWhmjDV/T3-Interaction-and-Discussions-(Copy)?page-id=2612%3A13058&node-id=2617%3A13446&viewport=-273%2C92%2C0.54&scaling=min-zoom&starting-point-node-id=2617%3A13446).

A link icon is actually a good idea. Would definitely make the implementation easier.