← Return to game
Log in with itch.io to leave a comment.
i cant use it?
its a rar file and i dont know how to play with a rar file
ur dumb
Don't be mean. aral36 has a problem and you shouldn't insult them, you should help them.
yeah i know
Ayus This will not work in Mac because it's a .exe file
Ayus use this code to get a perfect geometry dase
using UnityEngine;
using System.Collections;
public class PlayerController : MonoBehaviour {
public float speed;
public float jumpPower;
private Rigidbody2D body2d;
private bool grounded = false;
// Use this for initialization
void Start () {
body2d = <span class="kwd" <this<="" span="">>span class="pun">.</span>GetComponent<Rigidbody2D>();
}
// Update is called once per frame
void FixedUpdate () {
body2d.velocity = Vector2.right * speed;
if (Input.GetMouseButton(0) && grounded)
{
body2d.AddForce(Vector2.up * jumpPower);
private void OnCollisionStay2D(Collision2D collision)
if(collision.gameObject.tag == "ground")
grounded = true;
private void OnCollisionExit2D(Collision2D collision)
if (collision.gameObject.tag == "ground")
grounded = false;
Note: Searched internet for hours and finally get it i will give the link to https://answers.unity.com/questions/1194202/jump-like-geometry-dash-game.html. Bring it on next update and yeah thank me later. Love from India
Thanks ayus!
Dear Ayus, please make all your games portable for 32-bit windows PC i cant play all your games in my pc, love from India
What?! 32-bit are sucks used some of rams! download windows 7, 8, 8.1, 10 64 bit in microsoft website! i used windows 10 64 bit, but my laptop break. so had to use my school laptop. windows 7 sp2 64 bit. so 64-bit just BEST
Nah man i use windows 10-32 bit and i have 6GB of ram and it's not used
brah
← Return to game
Comments
Log in with itch.io to leave a comment.
i cant use it?
its a rar file and i dont know how to play with a rar file
ur dumb
Don't be mean. aral36 has a problem and you shouldn't insult them, you should help them.
yeah i know
Ayus This will not work in Mac because it's a .exe file
Ayus use this code to get a perfect geometry dase
using UnityEngine;
using System.Collections;
public class PlayerController : MonoBehaviour {
public float speed;
public float jumpPower;
private Rigidbody2D body2d;
private bool grounded = false;
// Use this for initialization
void Start () {
body2d = <span class="kwd" <this<="" span="">>span class="pun">.</span>GetComponent<Rigidbody2D>();
}
// Update is called once per frame
void FixedUpdate () {
body2d.velocity = Vector2.right * speed;
if (Input.GetMouseButton(0) && grounded)
{
body2d.AddForce(Vector2.up * jumpPower);
}
}
private void OnCollisionStay2D(Collision2D collision)
{
if(collision.gameObject.tag == "ground")
{
grounded = true;
}
}
private void OnCollisionExit2D(Collision2D collision)
{
if (collision.gameObject.tag == "ground")
{
grounded = false;
}
}
Note: Searched internet for hours and finally get it i will give the link to https://answers.unity.com/questions/1194202/jump-like-geometry-dash-game.html. Bring it on next update and yeah thank me later. Love from India
Thanks ayus!
Dear Ayus, please make all your games portable for 32-bit windows PC i cant play all your games in my pc, love from India
What?! 32-bit are sucks used some of rams! download windows 7, 8, 8.1, 10 64 bit in microsoft website! i used windows 10 64 bit, but my laptop break. so had to use my school laptop. windows 7 sp2 64 bit. so 64-bit just BEST
Nah man i use windows 10-32 bit and i have 6GB of ram and it's not used
brah