Skip to content

Instantly share code, notes, and snippets.

View nomi404's full-sized avatar

Malik Nouman nomi404

View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class controller : MonoBehaviour
{
[SerializeField] private bullet _bulletPrefab;
[SerializeField] private Transform _spawnPoint;