How to instantiate random prefabs of varying size and rotation in a...
Hi, I've searched various questions but none seem to answer this specific version of this question. I have many pieces of a track of varying size and rotation. Some stair step down, up, left, right,...
View ArticleMove camera or terrain in endless runner?
Hi ya'll I wanna create an endless runner game where the player does not change direction (unlike temple run). What I wanna know is if I move both the player and the camera, will that affect the game...
View ArticleUse Tree 3d Model or Tree png img on Plane?
Hi guys we are making endless runner game, We basically want to know which type of process is appropriate for adding trees in scene? Should we go for 3d models of tree or use plane and add tree texture...
View ArticleHow do go about making "Frogger" traffic?
So, in my game, I have a level that starts out like Frogger, with lanes of traffic at the start, followed by a river you have to cross by jumping on row boats. My question is, how would I make the...
View ArticleGenerate new blocks to land on
Dear unity Community, I am trying to make a sort of endless runner, and I am trying to generate the next block when you touch the current block. So it will be endless. The distance has to be random but...
View ArticleCreating endless room for endless falling game
I'm using this tutorial to practice creating an endless runner game : http://www.raywenderlich.com/69544/make-game-like-jetpack-joyride-unity-2d-part-2 But now I want to make a vertical endless which...
View ArticleEndless counting in if statment.
So I have this script public var ClickTimer : float = 5f; function Update () { var Timer = 0.0f; var time = Time.time; if (something){} else if (Timer <= ClickTimer) { Timer += time; print(Timer +...
View ArticleWhat's the fastest way to store prefabs in an endless racing game?
I'm currently making an endless racing game, in which I use prefabs to generate new roads when the player car moves forward. I currently store the generatable prefabs in the prefabs themselves, and I...
View ArticleEndless scrolling background using an Array
Hi!, Currently I'm working on an endless runner game. My problem lies with the background. What I want to do is to use an array where I can store the backgrounds. When one background is finished...
View Articleim have so basic problem atm guys. i wanna make infinite 3d road with 3 or 4...
when player enter collider i wanna make new road at the end of the current road and the old roads will be destroyed. this is what i want. sorry for my bad language. please help me guys :(
View Articlehow to create endless water world??
how can i create endless water world so that it never ends because i am making endless runner game in which player runs over water
View ArticleBackground on a Quad
Hello, I wanted to create an endless background of 3840*2160. I created a quad and applied the background as texture on top of it but of course the pitcure is squeezed and I dont want any manual...
View ArticleParallax Street, Game size?
Hi, I made a parallax street and a car which is driving on it. So basically its an endless street. Every object which is too far behind the car is destroyed. My question is: Does Unity save the "dead"...
View Articleif (score >= 10) Executes endlessly. How to prevent it?
Q1. This is driving me nuts. I'm trying to make a level up system, but i'm too much of a newbie to do it it seems. So I wrote this code: if (score >= 10) { speed = 20.0f; levelUpNow (); } if (score...
View Articlehow to generate custom procedural terrain ?
hey guys so I'm making an endless low poly runner so I want to use a noise map that will keep changing and generate low poly terrain each time that the start of it could fit the end of the old one and...
View Articlehow to make a 2d falling ball game ?
can any one tell me please where can i find tutorial to make game like this https://www.youtube.com/watch?v=FxfmSIsoHXU i want to know the code of getting lost when the ball touch the upper wood at 1:43
View ArticleHow best should I "repeat" a 2D platform level with finite width to make it...
If I have a scene that's a simple 2D platform, wider than the camera view horizontally, are there any common/accepted best practices to make it "endless" - so that when you reach the furthest right...
View ArticleBest way to store large list
Hi everyone, I'm working on a endless map generator and I don't know the best way to store large amount of data. First, my (simplified) world is chunked (because it's endless) and handled in 3 levels:...
View ArticleHow to make a constantly bouncing effect
Hey guys, so I realize that this should be a pretty simple thing to do but I'm new to unity and don't have much experience in C#. What I'm trying to do is have a cube fall and once it touches the...
View Articleendless hallway silent hill pt door
Hi, I want to make a small scene in my game where I recreate the door teleporting scene from silent hill pt, but since I don't know any coding I would like to at least know how is it done. Is it...
View Article