Kaarlo Räihä

Results 12 comments of Kaarlo Räihä

Basically I would like to have replacement for wrangler (to be more specific, replacement for `npx wrangler pages dev ./dist` command), but in my case just to be able to...

Sorry for response delay. Biggest issue for wrangler use is dependencies count. It is not huge, but it is still too much to get it vetted for company usage.

WebGL build does have quite limited set of chars, so e.g. Russian, Japanese and Chinese letters are missing. That is because I only wanted to demonstrate emoji chars. And yes,...

I did not test this with layouts. So if the layouts alter the positioning of characters then the **Vector3 imagePos...** part will be calculated incorrectly and emoji positions will be...

Check that your font has **em quad** character (U+2001). And if it is there then check that it is actually occupies square area.

If the size of the text (font size) is adjusted after emojis are set, then the positions will be wrong.

This issue still exists. And as [ngamanning](https://github.com/ngamanning) said, it also happens with Windows. I updated the core tools this week, and created a new dotnet isolated project with .NET 8...

I tested it again, and now it works without issues. So it must have been some random issue.