Skip to content

Instantly share code, notes, and snippets.

@saturngamesss
saturngamesss / PauseMenu.cs
Created April 22, 2020 16:21
Basic pause menu code for Unity.
//************** REAL GAMES STUDIO ***************
//************************************************
//realgamesss.weebly.com
//gamejolt.com/@Real_Game
//realgamesss.newgrounds.com/
//real-games.itch.io/
//youtube.com/channel/UC_Adg-mo-IPg6uLacuQCZCQ
//************************************************
using UnityEngine;
@saturngamesss
saturngamesss / DoubleJump.cs
Created April 21, 2020 14:59
Simple double jump code for Unity Engine
//FROM PROJECT ROROPE || REAL GAMES STUDIO
//************************************************
//realgamesss.weebly.com
//gamejolt.com/@Real_Game
//realgamesss.newgrounds.com/
//real-games.itch.io/
//youtube.com/channel/UC_Adg-mo-IPg6uLacuQCZCQ
//************************************************
using UnityEngine;
@saturngamesss
saturngamesss / PlayerMovement.cs
Created April 20, 2020 18:51
Basic 2D movement code for Unity
//FROM PROJECT ROROPE || REAL GAMES STUDIO
//************************************************
//realgamesss.weebly.com
//gamejolt.com/@Real_Game
//realgamesss.newgrounds.com/
//real-games.itch.io/
//youtube.com/channel/UC_Adg-mo-IPg6uLacuQCZCQ
//************************************************
using UnityEngine;
@saturngamesss
saturngamesss / CameraMove.cs
Last active April 21, 2020 15:00
Simple camera move with zooming using mouse wheel code for Unity Engine
//************** REAL GAMES STUDIO ***************
//************************************************
//realgamesss.weebly.com
//gamejolt.com/@Real_Game
//realgamesss.newgrounds.com/
//real-games.itch.io/
//youtube.com/channel/UC_Adg-mo-IPg6uLacuQCZCQ
//************************************************
using UnityEngine;
@saturngamesss
saturngamesss / Airplane.cs
Last active April 14, 2020 16:18
Simple 2D airplane code for Unity Engine
//************** REAL GAMES STUDIO ***************
//************************************************
//realgamesss.weebly.com
//gamejolt.com/@Real_Game
//realgamesss.newgrounds.com/
//real-games.itch.io/
//youtube.com/channel/UC_Adg-mo-IPg6uLacuQCZCQ
//************************************************
using UnityEngine;
@saturngamesss
saturngamesss / GrapplingGun.cs
Last active January 31, 2023 18:15
Simple 2D grappling gun code for unity engine
//FROM PROJECT ROROPE || REAL GAMES STUDIO
//************************************************
//realgamesss.weebly.com
//gamejolt.com/@Real_Game
//realgamesss.newgrounds.com/
//real-games.itch.io/
//youtube.com/channel/UC_Adg-mo-IPg6uLacuQCZCQ
//************************************************
using System.Collections;