How to always start from scene 0 (Unity)

  Рет қаралды 10

Shovit

Shovit

Күн бұрын

This video is about a script that provides quality of life and allows you start the game from any scene you please.
If you decide to name the script the same as mine you can copy paste this whole script, or else just change the name.
using UnityEditor;
using UnityEditor.SceneManagement;
[InitializeOnLoad]
public static class StartupSceneLoader
{
static StartupSceneLoader()
{
EditorApplication.playModeStateChanged += LoadStartupScene;
}
private static void LoadStartupScene(PlayModeStateChange state)
{
if(state == PlayModeStateChange.ExitingEditMode)
{
EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo();
}
if(state == PlayModeStateChange.EnteredPlayMode)
{
if(EditorSceneManager.GetActiveScene().buildIndex != 0)
{
EditorSceneManager.LoadScene(0);
}
}
}
}

Пікірлер: 1
@shovit4186
@shovit4186 Ай бұрын
Ps. you dont need to attach the script to anything. It just needs to exist in the Editor folder.
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 684 М.
I Solved The World's Hardest Maze (with Code)
9:54
Green Code
Рет қаралды 145 М.
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 80 МЛН
❌Разве такое возможно? #story
01:00
Кэри Найс
Рет қаралды 6 МЛН
Dad gives best memory keeper
01:00
Justin Flom
Рет қаралды 20 МЛН
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 4,8 МЛН
The SECRETS That Make Your Phone ACTUALLY Work
16:25
Enrico Tartarotti
Рет қаралды 371 М.
top down player movement unity
2:58
pixelzio
Рет қаралды 30
Why Are Redstoners Mad?
13:00
CraftyMasterman
Рет қаралды 955 М.
Somebody emailed me a trojan virus
14:06
Bog
Рет қаралды 605 М.
Professional Engineer versus the FINAL LEVEL of Poly Bridge 3...
23:47
Real Civil Engineer
Рет қаралды 1,3 МЛН
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4 МЛН
Giving Personality to Procedural Animations using Math
15:30
t3ssel8r
Рет қаралды 2,5 МЛН
Making a CASH GRAB Game but With NO ADS
4:43
Gambit
Рет қаралды 474 М.
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 80 МЛН