Good Evening,
Hello to all, i have here a problem for you.
I have made this simple script in C to make a transition between 2 scenes on the main scene of the game, but when i push the button that i have created the game crash.
public class MainMenuScript : MonoBehaviour
{
public void LoadLevel(string sceneName)
{
Application.LoadLevel(sceneName);
}
}
the strange things here is that happen just on my phone model (LG G3) because i have tried the game in various smartphone model and everything as gone well.
anybody here have an idea to solve this thing?
↧