Label2D draws boxes instead of font

image

Hi,

Seem to be having trouble drawing using Label2D. Most shapes seem to draw correctly, except this. See screenshot for example where a Label2D is being drawn at each corner using the following code as an example:

FixedString128Bytes label = $"{text}";
draw.Label2D(pos, ref label, color);

What am I missing?

Thanks

Hi

Are you getting any shader warnings for the shaders in the ALINE package?

No, it doesn’t appear so

Any custom render pipelines?

Does it work in the example scenes?

Any custom render pipelines?

No to this one

Does it work in the example scenes?

I’ll have to get back to you on this

1 Like

image

Thanks for answer the questions above. I’ve got a rather uninteresting (depending on your point of view) answer. I re-added all of the files from a fresh download of the package. No changes detected in source control, but now appears to be working :thinking:

1 Like