Latest speed Activity
![DevBlog 23 - Light Speed VFX, Player Slow Motion, and Asteroids](https://uploads.gamedev.net/blogs/monthly_2022_04/large.1881f6882aaf4ff3b8f0da10f31457e5.sa_vid23_thumbnail.jpg)
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 …
![Unity - How do i clamp the speed of my character controller](https://uploads.gamedev.net/forums/monthly_2020_03/c041d5847eb747a1a12a3b3d9c13abdb.image.png)
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.
Advertisement
Advertisement
Advertisement