Posts Tagged: game-development
My Breakthrough: Building Games with Reusable Plugins Instead of Starting Over
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
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)
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
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...