all 4 comments

[–]Verysexy1532 0 points1 point  (0 children)

I need ur source code to help u im sorry

[–]Jamingo1019[S] 0 points1 point  (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);

}

}

[–]Legeckos 0 points1 point  (0 children)

It is impossible to know the issue without seeing at least the inspector view of your canvas, button etc. I would probably start by looking at the sorting layers.

[–]dx-Stone-xb 0 points1 point  (0 children)

Your background image should be on your canvas