What do you want to save?
Add Code snippet
New code examples in category C#
-
Phoenix Logan 2022-03-27 22:40:23
c# movement script
using UnityEngine; using System.Collections; // This script moves the character controller forward // and sideways based on the arrow keys. // It also jumps when pressing space. // Make sure to attach a character controller to the same game object. // It... Add solution -
Krish 2022-03-27 22:15:17
Delete last modification on EntityFramework Core
Remove-migration Add solution -
Awgiedawgie 2022-03-27 19:15:02
top down shooting in unity 2D
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Shooting : MonoBehaviour { public Transform firePoint; public GameObject bulletPrefab; public float bulletForce = 20f; // Update is called once... Add solution
Best helpers
Ranking is empty