태그별 글

unity

March 2024 Recap

6 minute read

Because I’m not able to keep up with writing a post every time I have something interesting to share, I’ll sometimes just briefly summarize highlights over t...

Resolving IL2CPP Build Issues

3 minute read

It’s usually a good idea to test built versions of your application regularly because code will often behave differently than in the editor. Doing this regul...

TextMeshPro Stylesheets

less than 1 minute read

Use TextMeshPro’s “Font Weights” feature + stylesheets to simplify working with specs set by the design team.

Back to Top ↑

c#

March 2024 Recap

6 minute read

Because I’m not able to keep up with writing a post every time I have something interesting to share, I’ll sometimes just briefly summarize highlights over t...

Back to Top ↑

il2cpp

Resolving IL2CPP Build Issues

3 minute read

It’s usually a good idea to test built versions of your application regularly because code will often behave differently than in the editor. Doing this regul...

Back to Top ↑

unsafe code

Back to Top ↑

unmanaged structs

Back to Top ↑

sizeof

Back to Top ↑

marshal

Back to Top ↑

optimization

March 2024 Recap

6 minute read

Because I’m not able to keep up with writing a post every time I have something interesting to share, I’ll sometimes just briefly summarize highlights over t...

Back to Top ↑

allocations

March 2024 Recap

6 minute read

Because I’m not able to keep up with writing a post every time I have something interesting to share, I’ll sometimes just briefly summarize highlights over t...

Back to Top ↑