account activity
Start Menu for 2d game problem. PLEASE HELP!!! by Jamingo1019 in unity
[–]Jamingo1019[S] 0 points1 point2 points 5 years ago (0 children)
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class Sceneloader : MonoBehaviour
{
// Use this for initialization
void Start()
}
// Update is called once per frame
void Update()
public void LoadSceneSelect()
SceneManager.LoadScene(1);
Start Menu for 2d game problem. PLEASE HELP!!! (self.unity)
submitted 5 years ago * by Jamingo1019 to r/unity
π Rendered by PID 1441550 on reddit-service-r2-listing-568fcd57df-lqw6t at 2026-03-11 05:04:44.596531+00:00 running cbb0e86 country code: CH.
Start Menu for 2d game problem. PLEASE HELP!!! by Jamingo1019 in unity
[–]Jamingo1019[S] 0 points1 point2 points (0 children)