okay so i have been working on a space fighter game…I have a boost but am having trouble with implementing a blur that happens on the sides of the screen as i boost. I do know that you can do it with the unity 3d pro assets (for unity pro only which i dont have). Is there anyway i could do this blur effect in unity free edition?
1 Answer
1You could go with a particle effect which moves past the camera, with ‘velocity stretch’. That way, you can make star wars-style ‘hyperspace lines’ if you are going really fast! It’s not quite the same as blur, but it can look quite good when done well.