Quantcast
Browsing all 123 articles
Browse latest View live

im 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 Article


how 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 Article


Background 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 Article

Parallax 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 Article

if (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 Article


how 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 Article

how 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 Article

How 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 Article


Best 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 Article


Infinite 2d terrain generation methods

I found two methods of creating infinite 2d levels. 1. [Dynamic 2D Terrain Generation in Unity ][1] 2. [Dynamic Level Generation][2] Which among these is a better method to create infinite 2d levels?...

View Article

Endless Running game random generator ?

**Hello i am working on mobile game and it's endless running game and it's about trying avoid traps as far as you can .. and i have problem about how i can make the terrain generate to become endless...

View Article

How could I create an endless stairs effect?

I am looking to create an endless stairs effect similar to that in Super Mario 64. So the player would go up the stairs, and no matter how far they go, if they turn around they will be at the bottom...

View Article

Endless runner ground movement

Hi guys, i am having a serious problem, with my runner game, so a little about it, so the system i am using is keeping the player still and moving the ground, basically as you swipe up with the mouse/...

View Article


Endless Terrain "Loop"

Hello, I am curious to how to achieve a endless terrain, A terrain that loops back on itself making it infinity, I would never see the edge and would always stay on the terrain no matter how far i go,...

View Article

How to mantain informations between scene transition?

I am working on temple run like game using this Kit. https://www.assetstore.unity3d.com/#/content/3292. I want to insert a room with two doors , when my player enters in the room it stops running and...

View Article


How to create a "save me" feature like subway surfers .temple run, etc ?

please help me how to create "save me" feature in the infinite runner..

View Article

Endless Runner with List

Hi! I have written a code to generate endless platforms (always the same) and works perfectly. using UnityEngine; using System.Collections; using System.Collections.Generic; public class...

View Article


how to move hinge joint anchor with the object?

I am building a simple endless level with script i found here [http://forum.unity3d.com/threads/183638-Endless-Terrain][1] so all my objects are children of terrain and get relocated according to...

View Article

Trouble spawning endless platform

I'm having trouble spawning platforms for an endless runner/faller type game. Mine is an endless faller, so I think you can imagine what I'm trying to do. The problem I get is I always have a gap in...

View Article

How do I make the track endlessly loop after reaching a certain length in the...

How do I make the track endlessly loop after reaching a certain length in the track? (StartClip has the lengths I'm trying to get to loop in the code below.) Here's the code: using UnityEngine; using...

View Article
Browsing all 123 articles
Browse latest View live