
Parkour Platform Game Demo
A downloadable game
What is Stardust Rush?
Stardust Rush is currently a playable Demo of 6 levels of the parkour & platform game series coming to YouTube in 2025. It's a psychedelic basic futuristic blend of gameplay.
It can be played in first person mode or third person mode.
Glitches WILL be present in the game
Controls
W to sprint
Left Mouse to Jump
R to respawn
M to return to main menu
I can download the source code?
Not yet, but you will be able to when the tutorial series starts
Want to know more?
Visit me on YouTube to learn more about how these project files work and how you can build your own games to publish right here on itch.io - it's fun, free and easy!
Published | 13 days ago |
Status | Released |
Author | Jimmy Vegas Game Studios |
Genre | Platformer |
Tags | jimmy-vegas, parkou, platform, Unity |
Download
Download
[JVGS]_Stardust_Rush_Demo_For_Patreon_YT.zip 191 MB
Install instructions
Unzip and extract all contents of the folder
Comments
Log in with itch.io to leave a comment.
There's a weird issue, I've only tried the First-Person mode so far, but when you are using a mouse to look around, if you move your mouse slowly, the camera doesn't turn at all and it's really jarring.
thank you for the feedback. I can’t seem to replicate that issue, if I move the mouse in all directions it does seem to move very slightly. Are there any other details you could provide? Thanks again
I’ve recorded a video demonstrating the issue (I’m using an 800 DPI mouse).
To work around it, I modded the game, in the FirstPersonController class in the CameraRotation method, I removed the sqrMagnitude check on _input.look. That check arbitrarily caps how fast the mouse can turn the camera without any real performance benefit, so dropping it lets the cursor movement feel much more natural and responsive.
thank you for the additional info. I might pay around with some of the script and make it more fluid. Your feedback is really appreciated 🙂