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 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 ArticleEndless Road Random Generate -Ball Racing, Using Perlin Noise
hi, I have to implement a endless road with left and right turns, for a ball racing game (it is a school project). I've seen minecraft tutorials on youtube suggesting to use Perlin Noise to create...
View Articleso how can I place the randomly generated obstacles and coins along the up...
Hey thank for your time am kind of new for unity but am touting my self unity2d so…here is the question I want to make a 2d endless car game like hill climb and so I have done with endless scrolling...
View ArticleHow to keep a gameobject on the ground ?
Hello friends, I am learning to develop a 2d game and I want to make an endless runner. The maincharacter is a skier, who is sliding down a hill and who has to overcome random challenges. But there is...
View ArticleSpawn Different Obstacles for certain platforms
I am trying to create a game sort of like subway surfers and I want to Instantiate an obstacle every time a platform is Instantiated. There are going to be different types of platforms and different...
View Articleconstantly jumping using Slerp
Hey guys! Im trying to make an object jump forward for a certain distance. And cant figure this out... I tried adding force but the jump distance would increase with every jump. Now i am trying to do...
View ArticleMake an endless hallway?
So i'm currently been working on a 2d horror game that i've been working on for a few months now, and don't really know how to go about starting this so I was hoping the lovely people here could help...
View ArticleHow can I destroy many instantiated objects on endless game
I've created an endless game where there are instantiated many prefabs.I need to delete objects that player has passed some steps ago.I think the solution is to delete first 20 objects in editor,but I...
View ArticleEndless Prefab Instantiating with different position and rotation
Hello Unity Folks, I am working on a game that will use some sort of object pooling/instantiating system. My goal is to create an endless track with my prefabs in the first image below. I want to...
View ArticleReposition the player relative to which part of the collider it hit for...
I'm trying to make an endless hall by having two colliders, one the trigger that repositions you and one for the target. The target can also be the trigger and vice versa, since it works like a portal...
View ArticleObjects move down from top of screen,I want objects to randomly spawn at the top
hey guys i need help with something. I want object to spawn at random positions at the top of the screen and move down to the bottom but sometimes randomly change lanes instead of going down in one...
View ArticleHow to create an endless tile map?
I can't find a tutorial of how to create a endless tile map. I found tutorials on tile maps, tutorials on endless maps but not a single to trial of how to include my tile map into the endless map....
View ArticleHow to make combo system like Tiny Wings and Dune?
Hey, I wanna make Tiny wings-Dune! Clone game. I have two problems. 1.) How can I make combo system while touching hills? If it descends to the mountain from above, it should be counted as a combo. 2.)...
View ArticleHow To Endlessly Make Land in a 2D Topdown game
I have been looking for 8 hours to try find a way to endlessly generate chunks and nothing. Plz can someone help me find something that will help me. Edit: I have a generation script but generating...
View ArticleBest way to go about randomly creating levels?
Hey everyone! I'm making a game and would like to include an endless mode. How it would work is like this: 1 "level" is made up of 10 or so "rooms" (rooms are just prefabs that get created that have...
View ArticleHow to make a endless level generator vertically in 2D?
I'm trying to make a replica of Doodle jump. Please tell me how to make a level generator for that. I will generate 2d moving platform and normal platforms randomly. There will be certain screen width...
View ArticleRandom instantiation endlessly?
I have gameobjects in a list, from which I want to instantiate. However I'm not sure how to actually instantiate a random item from the list, and how to get this thing to run endlessly, so that the...
View ArticleMake an enemy generator
I'm trying to make an endless game where the player can only move in 3 specific lanes (up, mid, and down) and try to survive the enemies coming from these lanes. The main problem it's i don't know how...
View ArticleHow to create endless board game path
So I'm making an endless RPG type board game, but I'm having trouble with setting the route for player to move. On "Start" function I instantiate custom amount of "Road" prefabs ("Road" is a 10x10...
View Article2d Top Down | Random generated endless world | Unity
Hi, im really new to coding and Game Developmenet. I would like to add a endless world to my 2d game (top down view). It should be random (like random trees everywhere). I have no idea where to start....
View ArticleHow to make endless 2D map in every direction
With the script I got, I can go to the right and it will never end, I can go up and it'll be endless too etc. but when I go somewhere and try to change direction, it's not working. using...
View ArticleEndless racing game traffic system
Hi everyone! Hope I posted in the right thread. I'm pretty new at unity development. I've started working on a endless racing game recently and it's been going pretty good until I got to implementing...
View ArticleIs the map of this game fixed or randomly generated?
There is this one game called "Balls?" made by a game developer and youtuber named Dani. I want to know if the map of that game is fixed or randomly generated. Is it just a sandbox game where you can...
View ArticleHow would I add a random enemy amount?
Hello, I'm making a 2D endless jumping game where you jump up a platform and it can have an enemy. I want there to be a chance for there to be two enemies on that one platform instead of just one, like...
View Article