A Top-to-Bottom Refresh of On-Screen Keyboard

If you’ve been using On-Screen Keyboard in your Unity project – or you’ve been eyeing it on the Asset Store – the latest update is a big one. Over the past stretch I’ve reworked the asset from the inside out: a real Editor experience, a faster build path, hardened pooling, smarter authoring helpers, and proper … Read more

Refreshing the Feelings Unity Asset

If you’ve been using Feelings in your Unity project – or you’ve been eyeing it on the Asset Store for that one NPC who needs more than a bool isAngry – the latest update is a big one. Over the past stretch I’ve reworked the asset from the inside out: a real Editor experience, hardened … Read more

Dice Roller Pro just got a major upgrade

If you’ve been using Dice Roller Pro in your Unity project – or you’ve been eyeing it on the Asset Store – the latest update is a big one. I’ve spent the last stretch reworking the library from the inside out: a friendlier API, a smarter parser, faster rolls, hardened security, and a much more … Read more

CardinalityEstimation 1.15 released

I shipped CardinalityEstimation 1.15.0 to NuGet today – the largest batch of changes the library has seen, with twenty-one changes all landing together. The theme this release is “tighten the screws everywhere”: real bugs in the concurrent estimator, real allocations in the hot path, and a serializer that wasn’t safe to point at untrusted input. … Read more

WebDAVClient 2.7 released

I shipped WebDAVClient 2.7.0 to NuGet today. Most of the the changes fill in WebDAV protocol surface that the library never had, plus a few spec-compliance bug fixes that mattered the moment you pointed the client at a strict server. Here’s the rundown. WebDAV protocol coverage The big theme this release. The library could already … Read more

WebDAVClient 2.6 released

I shipped WebDAVClient 2.6.0 to NuGet today – sixteen PRs that had been queueing on the version-2.6 branch all landed together. Here’s the rundown. Security Performance Bug fixes Tests & tooling Documentation NuGet: WebDAVClient 2.6.0 · Source: github.com/saguiitay/WebDAVClient Should be a drop-in upgrade from 2.5.x. The one thing worth double-checking: ServerCertificateValidationCallback actually runs now, so … Read more

October 2025 Projects update

This is a very late October 2025 update. I’ve spent some time on my Unity Assets, and not just my web projects. I hope to get some traction with them, since they cover the expenses of my other projects for now. I’ve also started working on a new project called Asset Nudge, that helps Unity … Read more