Valentino Urbano
iOS Developer, Swift, Writer, Husband
Change Direction for Rotate Around in Unity
I’m working on a system to rotate around an object with Unity. Until now it would always rotate in the same direction: counterclockwise. I wanted a rotation based on the approach direction: If I approach from the upper part of the object I would start my rotation from up and...
6 Months
I’ve been writing every single day for 6 months.
Using an SQLite Database in Unity
To create and access an SQLite database in Unity you can use a custom version of SQLite net C# called SQLite4Unity3d. The framework uses reflection to automatically create queries for you and make it easier even for someone who doesn’t have a solid grasp on SQL to create and retrieve...
Resizing Images for the Web
If like me you started using stock photos on your website, you might notice they’re all (rightfully) full sized as you download them, but when you upload them to your blog you don’t want your users to download a 10 MB file just to serve a medium sized image on...