Recent posts

Reading serial data from Arduino to trigger commands on computer

Reading serial data from Arduino to trigger commands on computer

I had a problem. A big one. By mistake I ordered Arduino Nano clones instead of Micros. Why this matters is that Micros use ATmega32U4, which has USB capability built-in. My attempts at using USB HID library went less than successful, since the library would just throw an compile error,…
Sorting order in TextMeshPro

Sorting order in TextMeshPro

When I started learning Unity what baffled me is the inconsistency of implementations across modules. The worst offender in this regard is TextMeshPro, where in the script you can change the sorting order of the object but not in the Editor. The option to do this is simply missing, even…