Load Next Level Error

An if-statement is a good idea. :slight_smile:

For more flexibility, one could even check against number of scenes:

if (currentLevel < SceneManager.sceneCountInBuildSettings)
{
    // code
}