Quantcast
Channel: Latest Questions by Niblo94
Browsing all 18 articles
Browse latest View live

Could someone please help me with a double jump?

This is my current script, doing a 2D simple platform game and this is the first time I have used unity, using a c# script, thanks for any help! PS some of my script has been cut of below for some...

View Article


How would I go about makingthis be able to double jump when I press the space...

//Player Handling public float gravity = 20; public float speed = 8; public float acceleration = 25; public float jumpHeight = 12; private float currentSpeed; private float targetSpeed; private Vector2...

View Article


I dont know where to start on making q double jump! Any help would be...

using UnityEngine; using System.Collections; [RequireComponent(typeof(playerpysics))] public class PlayerController : MonoBehaviour { //Player Handling public float gravity = 20; public float speed =...

View Article

I dont know where to start on making q double jump! Any help would be...

using UnityEngine; using System.Collections; [RequireComponent(typeof(playerpysics))] public class PlayerController : MonoBehaviour { //Player Handling public float gravity = 20; public float speed =...

View Article

Jumping Problems

Hello, I am currently working on a 2D platform game using the c# script in unity. I have managed to get my player moving left and right and is able to jump as well. What I want is my player to be able...

View Article


Jumping Problem

Hello, I am new to unity and was just wondering how I would write out the following in code, "If the space bar is pressed twice" it is for a double jump I am trying to do, I have single jump fine but i...

View Article

Teleportation

Hello, I am new to unity so please excuse what is probably a very easy thing to do! I am using c#, I have been working on this all day, been trying to get my player to teleport from on place to another...

View Article

Wall jumping

Hello, I am currently working on a 2D platform game and have made quite a lot of progress so far, I can make my character move, jump, double jump and teleport. I want to make my character able to wall...

View Article


Respawn Wont Work

hello, I am trying to make it so that when my player dies you press the R button and it respawns at the beginning position. I have tried the following code and whenever I die and try and respawn it...

View Article


Could someone please help me with a double jump?

This is my current script, doing a 2D simple platform game and this is the first time I have used unity, using a c# script, thanks for any help! PS some of my script has been cut of below for some...

View Article

How would I go about makingthis be able to double jump when I press the space...

//Player Handling public float gravity = 20; public float speed = 8; public float acceleration = 25; public float jumpHeight = 12; private float currentSpeed; private float targetSpeed; private Vector2...

View Article

I dont know where to start on making q double jump! Any help would be...

using UnityEngine; using System.Collections; [RequireComponent(typeof(playerpysics))] public class PlayerController : MonoBehaviour { //Player Handling public float gravity = 20; public float speed =...

View Article

I dont know where to start on making q double jump! Any help would be...

using UnityEngine; using System.Collections; [RequireComponent(typeof(playerpysics))] public class PlayerController : MonoBehaviour { //Player Handling public float gravity = 20; public float speed =...

View Article


Jumping Problems

Hello, I am currently working on a 2D platform game using the c# script in unity. I have managed to get my player moving left and right and is able to jump as well. What I want is my player to be able...

View Article

Jumping Problem

Hello, I am new to unity and was just wondering how I would write out the following in code, "If the space bar is pressed twice" it is for a double jump I am trying to do, I have single jump fine but i...

View Article


Teleportation

Hello, I am new to unity so please excuse what is probably a very easy thing to do! I am using c#, I have been working on this all day, been trying to get my player to teleport from on place to another...

View Article

Wall jumping

Hello, I am currently working on a 2D platform game and have made quite a lot of progress so far, I can make my character move, jump, double jump and teleport. I want to make my character able to wall...

View Article


Respawn Wont Work

hello, I am trying to make it so that when my player dies you press the R button and it respawns at the beginning position. I have tried the following code and whenever I die and try and respawn it...

View Article
Browsing all 18 articles
Browse latest View live


Latest Images