How do I use mathf.clamp to make boundaries for a camera
Hi everyone. I'm new to using Unity and C#. I am working on a project for uni and need some help please. I'm trying to make a side scrolling shooter game, like R-type. I am trying to make the camera...
View Article2.5 D beat em up
I want to make a beat em up game similar to Dragon's Crown using Unity. I'm very new to this so can someone direct me to places that can help me learn how to do this?
View ArticleRefining a 3d side scroller camera script
Hey all, So the title is a bit vague, but let me go ahead and elaborate. First off I don't have much experience w/ code. I have used C++ in the past and am learning javascript atm. I know most basics...
View Articlemaking boundry for sidescroller
hey all, im trying to make a simple script so if my player object hits the top of ther screen he stops moving up and just stays on screen at the top until he is moved down. and visa versa for the...
View Articleflicky type game in unity 2D
hi all, i'm a newbie in unity 2D game development,i really love unity, its features and started to use for developing my **Flicky type game**.i'm so curious to develop a game like flicky. but i don't...
View ArticleHow to get GUI text to appear on screen in 2d?
Hello :) i asked this question in the 2d forums (and now i think that might have been the wrong place to do so). To make this easier to understand; ---------- My game is 2d side scroller (first game...
View Articletransform.Rotate(Vector3.up ... not working
I'm trying to rotate my character on the y axis 180 degrees, so he faces the direction he is facing. Side scroller game. The character move just will not face the other direction. Thank you in advance....
View ArticleHow do I generate obstacles in 2D side scroller?
I am building an endless 2D side scroller and I have created an object that will end the game when the player collides with it. The question I have, however, is how to have obstacles generate with a...
View ArticleNeed UI control buttons for a 2D android side scroller
Hi all. I (a Unity beginner) am creating a 2D side scroller for android. I've got my controls working fine, but now I need to correlate the controls with the UI buttons. (Left) (Right) (Jump) I would...
View Articleinfinite runner killing game object
hi all, I am new to unity and I am building an infinite runner with a car.i have written some code for the car's movement. The car will be destroyed when it hits the ground in an inverted position and...
View ArticleHow can i make dropdown menu which opens within Menu?
How can i make this type of menu in unity? I attached the gif. Anyone please help ![alt text][1] [1]: /storage/temp/138286-2019-05-16-11-09-11.gif
View ArticleCan't implement jumping to 2D side-scroller click-to-move.
So I'm trying to make a **2d side-scroller platformer**, but instead of using traditional "Left/Right" arrow keys or "A/D", I've created a **click to move controller ** that only moves the player...
View Article