Side scrolling menu
Any resource or help is available for creating this type of side scrolling menu. Please give me some tips for creating this type menu. ![alt text][1] [1]:...
View ArticleFallout shelter interface
how would you make a game like fallout shelter, where you dont have a main character, just characters that you click on and assign them stuff?
View ArticleWhat size should i have my atlas if im trying to do a game for pc xbox and ps?
Alright here is my question... I'm doing (or trying to do) a 2.5d side scrolling platformer, im targeting pc users and hopefully xbox one or ps4. My biggest inspiration is Ori and the Blind Forest, i...
View ArticleGetting the camera to scroll when the player hits the edge of the screen?
Hi, Im fairly new to Unity and Im just trying out a few camera set-ups for a 3d side scrolling type game. What I would like to do with the camera is have it scroll ahead a set amount when the player...
View ArticleReally need some help with my bullets firing opposite and not following...
Hi, I've posted this before. I have a script that shoots my bullets backwards (please look at attached GIF to see what happens). I think it's because transform.forward is meant to be used in...
View ArticleNew to unity
In most normal engines the camera being set to follow a player would be a very simple process of a check box to follow with some parameters for how soon to begin chasing the player allowing for that...
View ArticleRaycasting in a 2D side scrolling shooter
Ive been attempting to make a 2D side scrolling shooter. Howeverm=, i cant seem to get any kind of raycasting to work with 2D colliders. Ive been told to try linecast but i do believe that they cannot...
View Article2d sidescroler offies sim qrest system for fbla
i am makeing a 2d sidescrolling offies sim for fbla but i wont to put in a qrest system like you talk to some one then you go to a computer and pres e and it wold then take you to the next level or...
View Articleqrest system
i am makeing a 2d sidescrolling offies sim for fbla but i wont to put in a qrest system like you talk to some one then you go to a computer and pres e and it wold then take you to the next level or...
View ArticleLeapfrog background set pieces as camera scrolls?
I'm am extremely new to coding and am not sure how to go about doing this. I'm working on a side scrolling runner of my own. I have done the unity runner tutorial module and tried to get it to work for...
View Article(2d) Enemy not killing player if player stand still?
Just learning and I have followed some tutorials and am just tyring to get basic mechanics of a 2D game going. I use Uscript ( Visual Scripting Tool ) so I will just have to explain what my code is. My...
View ArticleCircular (Inside cylinder) World for 2d Platformer
I'm wondering what would be the best way to have a 2.5D side-scrolling platformer play out on the inside of a cylinder. So in a simple example, the character would be able to run all the way around the...
View ArticleShould I move the character and camera or the platforms?
So, I'm a total Unity noob and pretty much a game dev noob. For my first project, I'm creating a 2D infinite runner. I may never end up releasing it, but if I do it'll be on mobile as the primary...
View ArticleHow to remove gravity when click
So I have this script in which when I click the gravity turns -1 and it stays that way until I click again, but I want the gravity to go back to normal the moment my click ends. Just like flappy birds....
View ArticleBest Way to Do a 2d Side Scroller with Infinite ?
Hi i am making a 2d side scroller game.I have done finite game previously but how to do a infinite side scroller.Any help ? I have gone through some answers and found that we need to instantiate...
View ArticleAssets/Scripts/PlayerController.cs(32,49): error CS0126: An object of a type...
Can someone please tell me what this means? using UnityEngine; using System.Collections; [RequireComponent(typeof(PlayerPhysics))] public class PlayerController : MonoBehaviour { public float speed =...
View Articleerror CS0664: Literal of type double cannot be implicitly converted to type...
Can anybody please tell me what this error means? Well here is my script. Please correct any other mistakes I made. using UnityEngine; using System.Collections;...
View Articleerror CS1061: Type `PlayerPhysics' does not contain a definition for `Move'...
What the heck is this? What kind of error asks me a question?(rhetorical) well here is my script. using UnityEngine; using System.Collections; [RequireComponent(typeof(PlayerPhysics))] public class...
View ArticleAssets/Standard Assets (Mobile)/Scripts/SidescrollControl.js(33,18): BCE0020:...
****I have a problem saving my script this is the part of the error might help me?** **error:** "Assets/Standard Assets (Mobile)/Scripts/SidescrollControl.js(33,18): BCE0020: An instance of type...
View ArticleHow can I get the velocity of an object in relation to the world?
All I can find are local velocity questions. Well I've been using transform.InverseTransformDirection(rigidbody.velocity); in my player's script to make my camera adjust its speeds according to the...
View Article