Unity - How to Reset / Reload Scene with C# (Restart Game Button Click, 2021) | Easy Tutorial

  Рет қаралды 79,754

xxRafael Productions - Rafael Vicuna

xxRafael Productions - Rafael Vicuna

Күн бұрын

Пікірлер: 55
@dakshrokadia_MTB
@dakshrokadia_MTB 2 жыл бұрын
IF YOUR GAME IS FROZEN THEN: public void ResetScene() { SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex); print("Scene restarted"); Time.timeScale = 1f; } the timescale sets the time to 1 so it isn't frozen , 2 means 2 times and it probably is set to 0 which is why it’s frozen
@MennoWeerman
@MennoWeerman 2 жыл бұрын
is this also usefull if ur game begins lagging when u reset the scene?
@telleem6582
@telleem6582 2 жыл бұрын
Thanks i was looking for this issue :)
@tomas.menniti
@tomas.menniti Жыл бұрын
THANKS A LOT. Ive been looking for the game-frozen solution after reloading scene for hours. thanks thanks
@Retrospect1998
@Retrospect1998 Жыл бұрын
Thanks dude,you are a life saver!
@UnltandUnlts
@UnltandUnlts Жыл бұрын
Thanks for the nice and easy tutorial
@Poiter0
@Poiter0 2 жыл бұрын
very simple and good tutorial, thanks!
@codabex2507
@codabex2507 Жыл бұрын
Thank you bro, i wish i saw the tutorial earlier bc i spent 2h in this, but with this tutorial it just took 5 min
@xxRafaelProductions
@xxRafaelProductions Жыл бұрын
Ah, you're welcome, I'm glad it helped
@grizzlyjer074
@grizzlyjer074 Жыл бұрын
Thank you! That was a very great tutorial for a person like me that is just starting out
@Luffy2Go
@Luffy2Go 2 жыл бұрын
Ok great Tutorial its working Thx but how do i make it so it only shows up when i die?
@MegaSenkel
@MegaSenkel Жыл бұрын
Hello. It does not function. It always pauses the scene and then continues shortly after the pause when I click the button where I added the function
@PaulLeBlanc4u
@PaulLeBlanc4u 2 жыл бұрын
great video Rafael, simple to follow and works perfectly. thanks.
@heppy_dogs
@heppy_dogs Жыл бұрын
amazing tutorial, thank you very much!
@Goofy_Music
@Goofy_Music 2 жыл бұрын
When I hit reset it makes everything gltichy, like all the textures are gone and stuff
@thedave1602
@thedave1602 Жыл бұрын
Wow dude. You made that so simple. Thanks.
@dakshrokadia_MTB
@dakshrokadia_MTB 2 жыл бұрын
Question : when resetting the scene the shadows of the game become hard only instead of hard and soft how can I stop this?
@lonelycommunist267
@lonelycommunist267 2 жыл бұрын
Very simple and effective, Thanks.
@ManmadeHorrorsBeyond
@ManmadeHorrorsBeyond Жыл бұрын
why am I getting "error CS1519: Invalid token '(' in class, record, struct, or interface member declaration" when I try to run your code in a function?
@sifisosamson2475
@sifisosamson2475 9 ай бұрын
Thanks alot . YOU are a GOD(Life Saver)
@marlonbockelmann7614
@marlonbockelmann7614 Жыл бұрын
Thank you for this tutorial.
@OmeedNOuhadi
@OmeedNOuhadi 2 жыл бұрын
@xxRafael Productions - Rafael Vicuna, thanks. I was following a tutorial and could not find the GameReset() function. After a few minutes of your video it occurred that I did not finish the script to a public void GameReset() line.
@lilangulap8276
@lilangulap8276 8 ай бұрын
Thanks much sir!
@gazalgamer3250
@gazalgamer3250 Жыл бұрын
Thank u so much ❤❤ u save my life😅
@jabba8591
@jabba8591 Жыл бұрын
if people are getting confused he is using the main camrea as a script holder for the code
@vortex.69
@vortex.69 Жыл бұрын
Thanks a lot mate 👍
@davidelvloguer1901
@davidelvloguer1901 Жыл бұрын
Good video bro, thanks
@andormarcel6624
@andormarcel6624 3 жыл бұрын
Im trying to reset a scene and every variable in my scripts to their defaults. Is there a way to do this or do i have to change them manually every time i restart the scene ?
@r-ty_dragon1334
@r-ty_dragon1334 2 жыл бұрын
I have the same issue
@mantavisions2362
@mantavisions2362 2 жыл бұрын
any fix?
@andormarcel6624
@andormarcel6624 2 жыл бұрын
@@mantavisions2362 Basically, i have set my variables in the (Start) so every time my level is loaded they are reset to my preferences, then if i want to add more levels i can set different values in each (Start) function
@koenemanse7808
@koenemanse7808 2 жыл бұрын
Would using a keystroke for this work as well?
@eladkalif3590
@eladkalif3590 2 жыл бұрын
YOU ARE AMAZING!
@Dog_Awesome21
@Dog_Awesome21 Жыл бұрын
Thx so much very simple tutorial
@sawlekk8715
@sawlekk8715 17 күн бұрын
This approach fully reloads the scene, resetting all objects, scripts, and variables. What Happens: The scene starts over completely as it did when first loaded. Any unsaved progress is discarded.
@tolgakyz
@tolgakyz 2 жыл бұрын
hi, When the scene is reloaded, it picks up where it left off. The scene does not start over :(
@mantavisions2362
@mantavisions2362 2 жыл бұрын
hi, were you able to fix this?
@tolgakyz
@tolgakyz 2 жыл бұрын
@@mantavisions2362 hi, I solved this problem. The problem is with the timer. My character dies after 1f second not touching the ground. Since time started in the menu scene, the character was dead when I switched to the game scene. If there is a similar situation, you should check the timer.
@Deatheragenator
@Deatheragenator Жыл бұрын
This method has a side effect of breaking some other action like enable and disable.
@spooky_141
@spooky_141 Жыл бұрын
when i die nothing happens not showing restart scene
@bondragame1959
@bondragame1959 2 жыл бұрын
Nice Bro, easy to learn for newbe like me.
@DarthHandle
@DarthHandle Жыл бұрын
i cant see my button on 3d
@jackhepworth3053
@jackhepworth3053 2 жыл бұрын
doesnt work very well it makes my game dark after restart.
@chickon_real
@chickon_real 2 жыл бұрын
Tysm
@mTrustis
@mTrustis 9 ай бұрын
thank you
@hoseinstar9661
@hoseinstar9661 2 жыл бұрын
Tnx mate 🌷
@themoreyaknow8384
@themoreyaknow8384 2 жыл бұрын
Thanks!
@bossfakealeks12345
@bossfakealeks12345 Жыл бұрын
this will not help me with data that is saved on a ID . I need something that deletes everything, Thanks
@AbhirajAkshat
@AbhirajAkshat Жыл бұрын
Thank You ||
@Chance_POV
@Chance_POV 2 жыл бұрын
This method breaks my current game. Everything works except the player. He jumps barely off the ground and I've checked all my variables in debug. Gonna check out other reset solutions, idk wtf is going on
@kiwisisters3001
@kiwisisters3001 2 жыл бұрын
why there is no control showing to me
@dunderguy
@dunderguy 2 жыл бұрын
Put the control script on your maincamera
@snagaaaaa
@snagaaaaa Ай бұрын
T H A N K S
@quackified9643
@quackified9643 Жыл бұрын
bro chill ur typing like ur mad at someone
@idomuszmogus5313
@idomuszmogus5313 Жыл бұрын
funny pronunciation
Game Over Screen Unity Tutorial
14:35
MoreBBlakeyyy
Рет қаралды 49 М.
PAUSE MENU in Unity
12:13
Brackeys
Рет қаралды 998 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
How to make a LOADING BAR in Unity
11:25
Brackeys
Рет қаралды 747 М.
Fantasy Haircut
5:15
DoodletmeGO
Рет қаралды 724 М.
GAME OVER - How to make a Video Game in Unity (E08)
12:11
Brackeys
Рет қаралды 1,3 МЛН
How to make a Save & Load System in Unity
26:56
Shaped by Rain Studios
Рет қаралды 206 М.
Unity - RESET / RELOAD CURRENT SCENE WITH BUTTON CLICK Tutorial - EASY C# Coding
9:07
xxRafael Productions - Rafael Vicuna
Рет қаралды 33 М.
Creating a Game Over Screen with a Play Again Button in Unity
8:02
Unity Mechanics
Рет қаралды 44 М.
START MENU in Unity
12:52
Brackeys
Рет қаралды 3,1 МЛН
The right way to pause a game in Unity
9:09
Game Dev Beginner
Рет қаралды 63 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.