Posts
All the articles I've posted.
I Scraped the Official Docs, and They Name a Method That Doesn't Exist
This clipping is Mirror's own Network Manager documentation. With no source to check it against, I checked it against the code — and found a method name that doesn't exist and a sentence that reads backwards.
USING HASH Silently Becomes a B-Tree on InnoDB
I checked a write-up on MySQL/MariaDB index creation and EXPLAIN against the manuals. The hash index recipe doesn't work on InnoDB, and four of the EXPLAIN column descriptions are wrong.
Why the Example in a Mirror Design-Patterns Guide Breaks on Scene Change
I checked a write-up on Mirror's correct design patterns. The big picture holds up, but its last example calls SceneManager.LoadScene — and a client that joins later ends up in the wrong scene.
Mirror Prerequisites: The Asset Store Build Is Over a Year Behind GitHub
I revisited a write-up covering what to know before adding Mirror. The concepts still hold up, but the first item doesn't: the Asset Store build stopped in February 2025 while GitHub releases kept coming.