How to set up SQLite for Unity
SQLite is one of the most popular options for lightweight databases, so it's a great candidate for use in a …
"Hello my fellow game developers!" -Steve Buscemi
SQLite is one of the most popular options for lightweight databases, so it's a great candidate for use in a …
You may have seen my series introducing ReactiveX: a functional-reactive programming library, adapted for Unity under the name UniRx. (Or …
Assemble your team. Invent a never-before-seen game. Art all the art. Code all the code. It's a no holds barred, …
In the final article of this series, we'll add jumping and sound effects to our first person controller. This will …
I wanted to add a little bonus material to the previous part in this practical series on ReactiveX in Unity. …
This is the second part of a three-part series in which we re-create the Unity Standard Assets first-person controller using …