Lerp position with curved paths
I don't know if you have ever played ratchet & clank 1 , its my alltime favorite game and decided to make a remake . Everything is going well but there is one thing that i can't understand . There...
View ArticleScript for auto movement with intersections
Hi, I am currently working on a game project for my training. It's in 2D top view, and the player doesn't really control the character (a ship). He starts orbitating around a star. He must follow path...
View ArticleWhy does the train jump?
Hello everyone, I'm trying to make a train that follows the track, but every single time, the wheels just jump out the track without an apparent reason. I've already tried to set the collision...
View ArticleBend object (railtrack)
Hi guys, I have a railtrack(3D) composed of several sections(straight and curved). What would be the best way to connect two separate tracks together, just like on a attached drawing ? My first idea...
View ArticleHow to make On-Rails Shooter?
Hello guys! I need help **:(** I want to make a game **On-Rails Shooter**, but can not find any tutorial :( The only tutorials I see are Star Fox style, but that's **not** what I want What i want is...
View ArticleOn-Rails Shooter with UFPS ???
Hello guys! I need help **:(** I want to make a game **On-Rails Shooter**, but can not find any tutorial :( The only tutorials I see are Star Fox style, but that's **not** what I want What i want is...
View ArticleHow to make a train go along a railway track?
I am an absolute beginner in Unity 5. I have a downloaded railway tracks and a 3d model of a locomotive but i cannot figure out how to make it move along the track. I cannot find a single tutorial on...
View ArticleCurved 3d Collider
In my game I am using splines to create rails that the player can grind on. The problem I have is that each rail needs one long, continuous collider that spans the whole length of the rail. ![alt...
View Articlewhy does my train jump off the tracks?
Hello everyone, I am creating an Train simulator in unity and the train uses full physics(like in reality). But i got a problem, my train sometimes randomly jumps off the tracks on places and i dont...
View ArticleSpline-based rail grinding
So I'm working on a Sonic fan game using [Hedge Physics][1], and the rail grinding included was never fully implemented and is not only incredibly buggy but also waypoint-based. What I'd like to...
View ArticleMaking the player ride a rail
I'm trying to make a player ride a rail like here https://gyazo.com/2744ddedc649ce758429053af6f771e6. I don't need code, just the basics of what I need to do. Any help is appreciated.
View Articlehow to make platform to precisely move on rails? like a train.
simple platform to follow rails , and stay on it :)
View ArticleHow does one make a train in Unity?
Hi all, Firstly, I'm VERY new to Unity. I downloaded the program about 3 weeks ago. Now, I'd like to create a train simulator game. However due to by basic knowledge, I have no idea how to. I was...
View ArticleHow to make a train stay on the rails?
Hi all, Firstly, I'm VERY new to Unity. I downloaded the program about 3 weeks ago. Now, I'd like to create a train simulator game. However due to by basic knowledge, I have no idea how to. I was...
View ArticleNeed help with grind rails
I'm working on a Jet Set Radio-inspired game, and I'm trying to get rail grinding working. I've tried using splines and it didn't work out too well, so after some searching I managed to find [this...
View ArticleHow to generate railings (roller coaster track) along the created spline?
Hi, I am using this asset (https://assetstore.unity.com/packages/tools/level-design/bezier-solution-113074) to create spline curves for my roller coaster application. Now I want to generate the track...
View ArticleKeep object on rail?
I am creating a snowboarding game, I would like the snowboarder to be able to jump onto a rail and stick on it if hes holding c. I can't think of any possible way to do this with my knowledge and I...
View ArticleDoes anyone know a spline system with junctions (for a train simulator)?
I've been trying to create my own train sim for a long time now, but always have failed beacuse of not knowing a good way to controll the train and keep it on the track. If anyone knows a free spline...
View Articlehow to continue spline?
I've created a simple script that can go from A to B. But now I'm trying to have the ability to jump in the middle of a spline and continue to point B. I think my math is just wrong, but I really don't...
View Article