Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Texts do not draw #148

Open
Odepax opened this issue Sep 14, 2021 · 3 comments
Open

Texts do not draw #148

Odepax opened this issue Sep 14, 2021 · 3 comments

Comments

@Odepax
Copy link

Odepax commented Sep 14, 2021

Hello, there.

Just unpacked version v0.704-alpha, and I think that some text elements are not drawn:

image

Another example in the side bar:

image

Direct3D:
Version: Direct3D 11.0 [level 11.0]
Renderer: NVIDIA GeForce GT 740M (ID=0x1292)
Vendor:
VRAM: 2009 MB
Driver: 25.21.14.2531

@SHOTbyGUN
Copy link

None of the texts draw for me in top menu row, so I assume some font is missing from my wine installation.

If someone would find fonts used, we could add it to dependencies list for Linux users, so that they could populate their wineprefixes right.

@ozonexo3
Copy link
Owner

Editor should not use system fonts, All fonts are included and are generated to texture by Unity itself. I just checked and on top app-menu fonts are not assigned so its using default font: Arial. It should use Roboto font included in the the project instead.

Just pushed fix for that, assigned Roboto everywhere where Arial was used 405a787

If font is still not rendering in new builds then 99% issue is with text fields being too small so text is culled. Maybe something changed between Unity releases or even something is different on Linux. Or maybe it even not scale correctly on some resolutions. Solution is to make these fields like 1-2 pixels bigger.

@Cursedth
Copy link

v0.703-alpha
Text doesn't show when UI -scale set to 1.25 (and maybe higher.)
Reducing scale to 1.20 shows text again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants