Caching and Apache
Quick tutorial covering how HTTP headers affect browser caching and configuring Apache for your needs.
Author
An enlightening guide on how to create a simple parallax effect in Unity. Using parallax is a really cool way to breathe life into your games.
Welcome to the enlightening guide on how to create a simple parallax effect in the Unity editor. A parallax effect is an apparent change in the direction of an object caused by a change in observational position that provides a new line of sight. In Unity, we'll try and create this effect using the camera as the point of perspective that is changing. Basically, as the camera moves around our scene, we will make multiple images appear to be moving at different speeds. Luckily, this is an incredibly easy and impressive effect to implement in the Unity editor.
First things first, we're going to need a sweet environment to bring to life with our Unity skills. Being the thrifty game designers we are, let's head to the internet. Search for *parallax* on a site that has images free for commercial use like these on opengameart.org. Next, find an appropriate set of images, or an image you can cut up with your favorite image processor to make. Grab your own, or download the example we use in our main menu for Aurora TD.
Unzip the intriguing "transition_01-mixed composition" set of images to your desktop.
Note that the images are already cut out for you.
This will save lots of work, great!
Now, for each image in your composition, make a new plane and name it accordingly.
I used P-0n
Using parallax is a really cool way to breathe life into your games. It's been used in hundreds of places. League of Legends and Guild Wars 2, for example, use parallax in their videos as a low cost way to animate cutscenes.
For the source, check out the project on Github.
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