
- c# - Character keeps jumping even though it's not on the ground- Oct 2, 2019 · This code will keep on jumping even though it is not on the ground how do you stop this (using Unity). The Code: using UnityEngine; using System.Collections; public class … 
- c# - Unity 2D Platformer script - Stack Overflow- Aug 13, 2019 · I'm new to Unity and to C#. I was trying to code a 2D platformer movement script, but for some reasons the code I'm creating doesn't work. The script is referred to a circle. I've … 
- How to move 2D Object with WASD in Unity - Stack Overflow- Oct 16, 2017 · My code below only works for horizontal movement. Shouldn't the vertical movement be working too? I'm just starting out with basic 2D Unity programming: public class … 
- How to flip character when moving left unity 2D - Stack Overflow- Apr 17, 2022 · How to flip character when moving left unity 2D Asked 3 years, 6 months ago Modified 3 years, 3 months ago Viewed 11k times 
- c# - How to make my 2D character 'look' or flip in the direction he …- Jul 5, 2020 · I'm a total newbie in Unity and I'm learning/making my first game, which will be a platformer. I want to get the movement perfect first. I've added a simple script that enables the … 
- Flipping a 2D Sprite Animation in Unity 2D - Stack Overflow- Oct 26, 2014 · Not the animation clip. (This no longer happens in Unity) So, while the sprite flips, the minute the animation clip begins playing, it flips back right (as the only animation clip I … 
- c# - Unity 2d jumping script - Stack Overflow- Aug 3, 2016 · Does anyone have a good jumping script for 2d games in unity? The code I have works but still is far from jumping, it looks like it is flying. using UnityEngine; using … 
- How do i make my player move with a moving platform in unity 2d- Dec 17, 2022 · I'm making a 2D platformer and decided to add sticky platforms. I've made the platforms move, but the player doesn't move with them. However, after parenting the player to … 
- c# - 2d platformer enemy movement - Stack Overflow- 2d platformer enemy movement Asked 10 years, 3 months ago Modified 10 years, 3 months ago Viewed 13k times 
- Create a basic 2D platformer game in Unity - Stack Overflow- I know very little Unity and would like to create a platform 2D game very simple, just using the basic shapes (squares, rectangles, circles, etc.). I searched the internet and I found a more …