Posts Tagged: game-development

My Breakthrough: Building Games with Reusable Plugins Instead of Starting Over

December 28, 2025 Josh Lander

For years, every new game project I started in Unreal Engine followed the same painful pattern: New project Rebuild the same systems Re-solve the sam...

How to Secure a SQLite Database in Unreal Engine

December 26, 2025 Josh Lander

SQLite is lightweight, fast, and incredibly useful in Unreal Engine — but it comes with an important caveat: SQLite databases are just files. If they...

Using SQLite with Unreal Engine 5 (What Actually Works)

December 26, 2025 Josh Lander

SQLite feels like it should be an obvious fit for Unreal Engine projects — lightweight, file-based, fast, and perfect for things like: Save data Play...

Discovering the .vsconfig File in Unreal Engine 5.4 Projects

August 26, 2024 Josh Lander

Did you know that when you create an Unreal Engine 5.4 project (and possibly earlier versions), it automatically generates a .vsconfig file in your pr...