Caching and Apache
Quick tutorial covering how HTTP headers affect browser caching and configuring Apache for your needs.
Author
The first video tutorial of a series which takes you through the process of building a tower defense game.
Over the next couple months, Final Parsec will be creating a tower defense style game. Follow along as we build from the ground up to a game intended for the web and Android devices.
This tutorial will demonstrate how to create a grid without using Unity GameObjects. By eliminating the overhead of multiple GameObjects, we can increase performance. The grid we're building here will be a vital piece of infrastructure as enemies will walk across it, turrets will be placed on it, and it will handle user interaction in various ways.
We have similar articles. Keep reading!
Quick tutorial covering how HTTP headers affect browser caching and configuring Apache for your needs.
Author
Technical talk from Matt Bauer about A* pathfinding in Nauticus Act III.
Author
Video tutorial about managing enemy health in a rail shooter built with Unity3d. We'll also discuss killing enemies in fiery explosions.
Author