Advertisement

Latest speed Activity

enigma_dev
April 18, 2022 12:42 AM
DevBlog 23 - Light Speed VFX, Player Slow Motion, and Asteroids



The Space Jump effect is pretty simple when looking at its individual components.

Previously I created a 3D star field for the environmental rendering.

I use the 3D locations of these stars in the effect.

When the effect starts, I start cranking up the light emitted for each star.

This is done by just …

9,039 views
Advertisement
Unity - How do i clamp the speed of my character controller

In 3D, 1+1 vector doesn't necessarily make it a 2 vector. That only works correctly if both vectors are fully aligned. Ie (1, 0, 0) + (-1, 0, 0) is much shorter than length 2.

4,230 views
Advertisement
Advertisement