3d rail shooter rails
I would like to make a game similiar to star fox (an on-rail shooter) for a few friends of mine. But, I can't figure out how to set the rails. I saw a video on youtube of someone doing a path for a...
View ArticleHow to make a God of War / Camera on rail system
Hi,I'm trying to implement a camera system were the camera is on a path. The position of the camera on that path must be relative to (or driven by) the position of the player. So when the player is at...
View ArticleCamera position on path Proportional to Player'sposition
HI! I'm a newbie here. Please forgive my bad english, i'm a french student^^. Well, i have a problem with my camera in unity. I have a camera on an itweenPath (a catmull rom spline). I want to move it...
View ArticleSlotcar game
Hi! We're a bunch of Game Development students trying to make a slotcar game in Unity3D. We've been working with Unity in less than a semester, but we're learning quickly! I'm just wondering if anyone...
View Articleon rail game??
Hey guys, it's my first post on here so be kind :) I searched but didn't find much help or maybe I missed it. Anyway I'm looking to create an on rail game. I don't think automating the objects forward...
View ArticleCreating a multi-rail track, that the player can interchange.
Hi, I want to create a simple game around the premise of a 3 track straight line path, that the player can interchange between the paths at any time through the level. If you have ever played bug on a...
View ArticleFree X/Y movement while on a Z axis rail
I've been working on prototyping a star fox like movement system where the player only controls the x and y movements of a ship within a set boundary while the ship moves along a set path. I currently...
View ArticleCamera to smoothly LookAt() a series of empty objects along a curved path...
Hi, I am trying to think up various methods to enable a camera to change its rotation as it moves through a curved tube, and always look in the tube's forward direction. One of the methods that I'm...
View ArticleRail Platformer Collision Detection
I'm interested in making a really dynamic and flexible platformer on rails. The world is 3D, but the player is constrained to a 2D rail that curves around the 3D environment, with movement constrained...
View ArticlePositioning an object on a spline relative to Player proximity
So I'm looking for a way to position an object along a spline/bezier curve at the point of the shortest distance to the player, and update smoothly each frame. Picture: ![alt text][1] [1]:...
View ArticleItween path constraint with multiple vehicles at once
Hi there, Today I tested the example iTween path-constraint character and I have been testing around and found it very useful for my project (rail vehicles). However, I would like to know how you would...
View ArticleMoving a GameObject along a Custom (Curved) Spline
Hi guys, After having extensively searched unityAnswers, the forum, the internet... I can't seem to find the solution to what I'm sure is a very simple problem. I'm trying to make a 3rd person on-rails...
View ArticleLerp 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 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