Quantcast
Channel: Questions in topic: "side-scrolling"
Browsing all 99 articles
Browse latest View live
↧

Problem with script for changing character?

im currently in a gamecraft, and i m making a game where i need to switch from character to character in a 2d sidescrolling game and ive a few errors that need sorting out ive only been at this for a...

View Article


What is the problem here ?( move script, c#, basic, platformer)

Hi guys, I wrote a scrip that moves character horizontal. But its does not work correctly and i didn't see where is the problem :( there is no error about code. And other code that i wrote with physics...

View Article


Unity scene empty but game still runs (beginner)

I am brand new to Unity and have just been working on a simple 2D project to see how things work. Everything was working fine until I was messing with the camera settings and I dont even think I saved...

View Article

How to make wheel collider with Physics2D?

How would I make a wheel collider that works with my other Physics2D components? I do not see it as an option under Physics2D, and I am not sure how to use the standard wheel collider with my other 2D...

View Article

noob not being abel to find helpful tutorials for project

Hi there, *As the title suggests, i'm relatively new to coding and unity. I've been delving in, getting to grips, and using different tutorials for the past week but end up frustrated with how...

View Article


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

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

2d 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 Article


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


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

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

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


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

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


Assets/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 Article

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


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

Assets/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 Article

How 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
Browsing all 99 articles
Browse latest View live