Auto-save in Unity? About time...

How is auto save in unity not a thing?
Prevent hours of lost work with auto save. I built this after losing 2 hours of level design work and so far it's been wonderful... So I thought I'd share it with the world. Hope it can help you too!
Source: github.com/Matthew-J-Spencer/...
❤️ Become a Tarobro on Patreon: / tarodev
=========
🔔 SUBSCRIBE: bit.ly/3eqG1Z6
🗨️ DISCORD: / discord
✅ MORE TUTORIALS: / tarodev

Пікірлер: 205

  • @GMTK
    @GMTK2 жыл бұрын

    Amazing! New challenge: a checkbox on components to save all the changes during play mode (yes I know you can copy and paste as values, but that only works for one!)

  • @yummybunny7351

    @yummybunny7351

    2 жыл бұрын

    Good idea

  • @ghostderazgriz

    @ghostderazgriz

    2 жыл бұрын

    Actually this can be done with a scriptable object. There are some easy to follow tutorials on it. Add a scriptable object and you can save changes during runtime. Love your videos Mark :). I'm rooting for you in the Unity awards.

  • @fredg697

    @fredg697

    2 жыл бұрын

    @@ghostderazgriz this is a very bad advice imo. scriptable ocjetcs are not meant to be used as replacement for gameobjects. Scriptable objets cannot contain references to scene or execute unity loop methods like awake or update.

  • @fredg697

    @fredg697

    2 жыл бұрын

    I'm quite sure it would require a lot of work with custom editor scripts. You have some implementations on the unity asset store but none of them are free. Btw I love your content, keep up the good work Mark !

  • @ghostderazgriz

    @ghostderazgriz

    2 жыл бұрын

    @@fredg697 This is true, but scriptable objects need only serve as an intermediary. Not to replace monobehavior. Flexible data can be stored in the SO while fixed or runtime updated data stays in the game object.

  • @bobmcbob4399
    @bobmcbob43992 жыл бұрын

    "more exciting" was good, no need to apologise.

  • @diligencehumility6971
    @diligencehumility69712 жыл бұрын

    Never knew Unity didn't have this feature. I've been lucky enough to not lose hours of work

  • @OwenHodges
    @OwenHodges2 жыл бұрын

    How are you not the top Unity Game Developer on KZread? Your videos are top tier. Quick, detailed, and exciting. Thank you for the amazing tool!

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Thanks Owen 🙏

  • @thesilentwisp
    @thesilentwisp2 жыл бұрын

    You are a lifesaver and that 1 minute was the most exciting thing of all time.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Mission accomplished 😎

  • @Salmontres
    @Salmontres2 жыл бұрын

    I was about to table this until I "needed it", but then you gave that damn warning at the end. Installing now...

  • @gregoryalvim4615
    @gregoryalvim46158 ай бұрын

    I lost 3 hours of work now, because the unity crashed on instal of Text TMP. Thanks for this, it's currently working for me.

  • @Tarodev
    @Tarodev2 жыл бұрын

    You may have experienced a bug in the previous build where the config SO would be unlinked after an editor restart. This is now fixed

  • @RealisiticEdgeMod

    @RealisiticEdgeMod

    2 жыл бұрын

    Hey tarodev. I cant believe you still use consolas in 2022. Cascadia code is the new standard. It has ligatures and everything.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    @@RealisiticEdgeMod I've never used ligatures. You obviously reccomend?

  • @RealisiticEdgeMod

    @RealisiticEdgeMod

    2 жыл бұрын

    @@Tarodev Can recommend. I think cascadia code semibold would be more readable on your videos.

  • @secretservicebob3288

    @secretservicebob3288

    2 жыл бұрын

    @@RealisiticEdgeMod Such an interesting way to approach someone: "I cant believe you still use ... in 2022." There's a reason you can pick from multiple fonts in the editor, each to their own. Good to inform people, just not a fan of the execution.

  • @RealisiticEdgeMod

    @RealisiticEdgeMod

    2 жыл бұрын

    @@secretservicebob3288 Its not just one of the fonts you can choose from. Its a newer superior font that has superseded consolas.

  • @Nova04550
    @Nova045502 жыл бұрын

    This is amazing Tarodev! You are such a beast.

  • @tamasorvos8882
    @tamasorvos88822 жыл бұрын

    Another awesome video from you. Keep up the good work!

  • @PitiITNet
    @PitiITNet2 жыл бұрын

    Awesome, I will definitely use it :). Great idea!

  • @logeshg2924
    @logeshg29242 жыл бұрын

    CTRL + S is hard coded in my mind

  • @sazzadkhan9391
    @sazzadkhan93912 жыл бұрын

    haha.. that auto save anticipation cut is awesome

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Not easy making an astrix disappearing interesting 😜

  • @mittensandsnowdrop
    @mittensandsnowdrop2 жыл бұрын

    So cool! Thanks for making this and sharing it with us all for free. Works great and will undoubtedly save me a load of time and energy. Looking forward to watching more of your videos.

  • @Tharky
    @Tharky2 жыл бұрын

    I've never had an issue about losing scene progress, but I've scratched my head a lot about how to save assets and trying to figure out what the hell is a dirty asset. I'd love to see you tackle the asset thingies. Also, loved the editing.

  • @JW-uu9je
    @JW-uu9je2 жыл бұрын

    Bahahaha ok this post is pure gold!!!!! Tarodev you are a legend!

  • @SidusBrist
    @SidusBrist2 жыл бұрын

    I have the tic of keep pressing Ctrl + S but this is very useful indeed!

  • @natasmaigamerunplugged
    @natasmaigamerunplugged Жыл бұрын

    You just saved my life...sweet code bro. Needs to be a feature in the next Unity build. Keep it up!!!!!!

  • @TheAntimon13
    @TheAntimon132 жыл бұрын

    That's just great! Thank you so much!

  • @Hiren24
    @Hiren242 жыл бұрын

    Great tutorial Thanks Man!!👍

  • @NickHazrd
    @NickHazrd2 жыл бұрын

    Oh you sweet, sweet man. I thank you so sincerely for this.

  • @CheeseChuckie
    @CheeseChuckie2 жыл бұрын

    Imagine chuckling at a video about auto-save. Great one bro!

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Thanks buddy :)

  • @CheeseChuckie

    @CheeseChuckie

    2 жыл бұрын

    ​@@Tarodev Why you keep replying to my comments, huh? You like me or something? I suppose there's always been some kind of chemistry between our people: those with beards and those that have been trying to grow one for like 10 years but just end up getting laughed at by everyone and resort to just subscribing to those that have what we may never possess... It's probably that.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    @@CheeseChuckie I'll send you some of mine in the mail and you can use adhesive

  • @youcancallmedoggie
    @youcancallmedoggie2 жыл бұрын

    Unity needed this, taro provided! As always

  • @512Squared
    @512Squared2 жыл бұрын

    Thanks Matthew - first job in the morning will be to set this up 😎

  • @NaruHinn
    @NaruHinn2 жыл бұрын

    It would've been better if it auto save a new scene as a backup and not overwrite the current one because sometime you could mess things up and you wont want your scene to be overwritten by your current mistakes

  • @ghostderazgriz

    @ghostderazgriz

    2 жыл бұрын

    That sounds like it would be inefficient. My best advice is to upload build versions before making critical changes. No program can really make that decision easy because only you know when a critical change is going to occur.

  • @r6scrubs126

    @r6scrubs126

    2 жыл бұрын

    @@ghostderazgriz that's how a lot of auto saves work though. They just save a backup copy with a different name. If your program crashes and you didn't save, you go open one of those backup copies. If it doesn't crash, you just save whenever you want as normal and there's no risk of it auto saving your main file when you didn't want it to. There's nothing inefficient about that.

  • @ghostderazgriz

    @ghostderazgriz

    2 жыл бұрын

    @@r6scrubs126 In a normal program you'd be right, but when you're making a game or anything with massive amounts of data, you want to compress that data into version files, like how the package manager first installs a package and the package unpacks all the components you want. Otherwise you're saving entire duplicates of data, not all of which is necessary for the game to be saved, and that takes up a lot of space. The most efficient method is to export packages (found under the Assets tab). I don't know if exporting can be automated but I do know that there maybe objects you don't want exported with each version, or experimental features you want exported in separate packages. In those cases an auto-package program could hurt your version control and mess up your file organization. I think it's better that you decide for yourself what to back up and what not to, but I could be wrong.

  • @Warwipf

    @Warwipf

    2 жыл бұрын

    Just keep a repo for version control. Additionally with apps like Github-Desktop you can easily revert any saves you dont like locally.

  • @billyfrcs08
    @billyfrcs082 жыл бұрын

    Awesome thanks Taro Dev

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Billy my boy, you're welcome

  • @galan4173
    @galan41732 жыл бұрын

    really useful, thanks!

  • @MandyLeeYT
    @MandyLeeYT2 жыл бұрын

    That edit 😍

  • @bluzenkk
    @bluzenkk Жыл бұрын

    this is awesome !!! thanks !!!! My Hero~~~~

  • @sinarz8768
    @sinarz87682 жыл бұрын

    Good Work man thanks!

  • @secretservicebob3288
    @secretservicebob32882 жыл бұрын

    Thanks for this, really useful!

  • @NameUnknown-
    @NameUnknown-2 жыл бұрын

    Its one of the best things i've seen for unity

  • @renatogamersbrhuehue
    @renatogamersbrhuehue10 ай бұрын

    Thank you so much!

  • @Paul-zh2jp
    @Paul-zh2jp2 жыл бұрын

    Hi, I set this up, but I don't hear the dramatic build up or dance music in my editor. I also don't see the screen shake on save. Please add these in the next version. /s

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Haha 😂

  • @benthroop2461
    @benthroop24612 жыл бұрын

    I died when it dropped. You're a wizard.

  • @FakeMelon
    @FakeMelon2 жыл бұрын

    Very useful!

  • @wealthyman5420
    @wealthyman54202 жыл бұрын

    Thanks Man!

  • @yummybunny7351
    @yummybunny73512 жыл бұрын

    God bless you, bro

  • @daigriff1989
    @daigriff19892 жыл бұрын

    Love your work! I did notice in your 'SaveInterval' task you have the following: await Task.Delay( *_config* .Frequency * 1000 * 60, token); if ( *_config* == null) FetchConfig(); So you're accessing '_config' before checking for null.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Oh shoot, let me swap those. Code review FTW

  • @aquarellegolem9022
    @aquarellegolem90222 жыл бұрын

    Thanks!

  • @sa5hd
    @sa5hd2 жыл бұрын

    You saved week of my life

  • @NilsMoller
    @NilsMoller2 жыл бұрын

    10/10 edits

  • @IDENTICYEA
    @IDENTICYEA2 жыл бұрын

    hey Tarodev love your work man btw i got inspired and switched my channel from a gaming channel to a game dev channel thanks

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    I watched your videos. Keep it up!

  • @IDENTICYEA

    @IDENTICYEA

    2 жыл бұрын

    @@Tarodev thank you so much i will never forget this

  • @IDENTICYEA

    @IDENTICYEA

    2 жыл бұрын

    @@Tarodev and please sub too thank you

  • @r.gtz.4521
    @r.gtz.45212 жыл бұрын

    Lol! I've never laughed so hard at an asterisk disappearing 😂

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Mission accomplished

  • @Betruet
    @Betruet2 жыл бұрын

    Love it

  • @svendpai
    @svendpai2 жыл бұрын

    that was insanely epic

  • @AliceDev99
    @AliceDev99 Жыл бұрын

    Bro That Song Kinda Hits Differnt At 1:33

  • @TowelGard
    @TowelGard Жыл бұрын

    Thank you for doing the work for Unity. The gatekeeping dogma of "get good, save often", doesn't take into account those with ADHD who have a hard time remembering things when they're focused on something.

  • @alaslipknot
    @alaslipknot2 жыл бұрын

    I don't know why but Unity crashing when you were using a color picker cracked me up😂

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    It didn't crack me up at the time

  • @Nucifera8472
    @Nucifera84722 жыл бұрын

    After many years of working in Android development were there's no need to manually save anything, getting back into Unity was kinda hard, and I lost work right away. I forgot how easy it is to crash this IDE. Thanks for the greeting btw, girl here.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    I don't believe you EDIT: My wife just told me my above reply was rude. So sorry about that :D Thanks for watching Nucifera!

  • @mhrohan917

    @mhrohan917

    2 жыл бұрын

    0_0 sus

  • @ghostderazgriz

    @ghostderazgriz

    2 жыл бұрын

    "girl here" Sounds like something a boy would say! And I should know, I'm dating a boy, and he says that all the time. I keep telling him, to stop like "Please, honey, this is a funeral" but he just can't help it. That's a real scenario I didn't make up cus I'm an authentic human female person with boobs and stuff. (Certified by the Board Of Typical Sapiens [B.O.T.S])

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    @@ghostderazgriz this is legit

  • @Nucifera8472

    @Nucifera8472

    2 жыл бұрын

    @@ghostderazgriz funny, I totally wasn't aware because I'm not a native speaker. How can I make it sound more believable in your opinion?

  • @kingdoom1906
    @kingdoom190611 ай бұрын

    I’m working now on unity for 3 hours and unity decide to crash every thing is gone and need to do it again It’s really sad that you trying your best to make something and in 3 seconds every thing burn , sometimes you need tow fingers to save your life . What i’m doing , just thank you, that will help me alot ❤

  • @jerem3135
    @jerem31352 жыл бұрын

    Very recently, windows rebooted during the night (without asking me, obv). Of course I didn't save before going to bed. Always a pleasure.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Well this is the perfect solution 👌

  • @ZuloYT
    @ZuloYT2 жыл бұрын

    stonks!

  • @deveshsharma6609
    @deveshsharma66092 жыл бұрын

    iam a fan of your videos your videos helped me alot in many ways .just one request can you make one video on how to create 2d water and how to swim in it

  • @jacksmith7139
    @jacksmith7139 Жыл бұрын

    The facial expression at "I can't believe i'm about to show you how Auto-Save works" - like you really hated life for a second 😂 - PMSL! - Amazing tool thanks for this!

  • @jvizcode4845
    @jvizcode48452 жыл бұрын

    That's great! Combining this with Git and an online repository would make any project almost inmortal

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Wait until you find out about Rider's local history. It's like a git commit every time you save a script... magic. Saves my ass constantly.

  • @SilverAura

    @SilverAura

    2 жыл бұрын

    ​@@Tarodev That's kind of crazy to think about too because unlike most software, you literally need to save your scripts before you can even compile them in Unity to test if they even work. So for me, git commits have sort of taken that mental space where I think of "saving" my project. Which is to say, if I was required to save every single time I wanted to see the final composition of all my layers in Photoshop, I'd go crazy without a way to revert back to a particular state.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    @@SilverAura Kind of makes a JIT compiled language like JS seem more valuable to this kind of work... Save, alt tab, play immediately.

  • @BrandonNyman

    @BrandonNyman

    2 жыл бұрын

    @@Tarodev and with that I think I will switch from VS to rider

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    @@BrandonNyman You wont be disappointed

  • @huseyin.goktas
    @huseyin.goktas2 жыл бұрын

    I think it should be saving to somewhere else. If unity crash than you can get the recent file. Just like how it works on office programs. Otherwise it can save a state that i dont want.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    I was thinking this... I originally set out to make a separate save history users can revert to... The user could set how many temp saves there are before overwriting. I'll look into it to see how much work there is and maybe offer an alternative version. Good suggestion!

  • @SilverAura

    @SilverAura

    2 жыл бұрын

    @@Tarodev Honestly if it were me (which I'm still notice so keep that in mind), I'd just allow for an alternative backup location in the settings, then simply use new location if it's a valid path, warn if it's invalid, and revert back to the current behavior if left empty. If you wanted to go the extra mile in my shoes, I'd probably do that... then realize it's probably a good idea to have a checkbox "Overwrite existing scene" that would give you the option to select a path. That way there's explicit and clearly labeled step you'd know you were taking when choosing your preferred behavior.

  • @BrandonNyman

    @BrandonNyman

    2 жыл бұрын

    @@Tarodev did you ever get round to looking into this? But otherwise this is already very nice to have just in case

  • @Bruce.B
    @Bruce.B2 жыл бұрын

    YES ❤

  • @jahoopyjaheepu497
    @jahoopyjaheepu4972 жыл бұрын

    The color picker crash has been happening to me a lot lately too.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    First time experiencing it. I wonder what causes it

  • @jonathanbraun2405
    @jonathanbraun24052 жыл бұрын

    It just happened to me after I ignored your warning. I feel humbled

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Muahahaha

  • @nocultist7050
    @nocultist70502 жыл бұрын

    UUU aaaa good one.

  • @lynxlivepolska
    @lynxlivepolska11 ай бұрын

    Best !

  • @whyherro5077
    @whyherro50772 жыл бұрын

    Cool! I just made a simple script that saves the opened scene on Play

  • @justinwhite2725
    @justinwhite27252 жыл бұрын

    Meanwhile I still have memories of windows 98 (95?) freezing during an auto save and corrupting my file.... so instead of just losing the changes that didn’t save I lost everything.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Hah... golly

  • @longers2550
    @longers25502 жыл бұрын

    Worst is when unity crash and even if you save scene, project before crash after load it's like nothing was saved except SO(?)

  • @fv4202x
    @fv4202x Жыл бұрын

    Can we change default hierarchy elements? For example I want specific prefab when creating a new slider. Possible?

  • @AlexanderLoaizaGameDev
    @AlexanderLoaizaGameDev2 жыл бұрын

    One time I was fixing a bug with animations while setting up the animator for an enemy, Unity jest froze and I lost a hour of work.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    I got just the tool for you ;)

  • @slygamer01
    @slygamer012 жыл бұрын

    The project I'm working with at the moment takes several seconds to save the scene (not my project, I just started working with the team), at which time the entire editor becomes unresponsive. Unfortunately a periodic autosave is not a viable solution for me. I even had to turn off Unity's built-in autosave on the prefabs because it took so long to write the prefab to file after each edit.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Oh man! AAA?

  • @3than3rickson
    @3than3rickson2 жыл бұрын

    After losing hours of my own work, I have a compulsive habit to hit Ctrl-S every time I change something. Auto-save is much better :)

  • @ultumbrothers7541
    @ultumbrothers75412 жыл бұрын

    You know what unity needs : a recover feature like adobe has

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    This would be good. Incremental background saves. Would actually be pretty easy to make

  • @sintaxera
    @sintaxera2 жыл бұрын

    I haven't seen it mentioned that unity saves the scene every run to /Temp/something/0.backup or something like that, you can rename the scene to a .unity file and load it up. As long as you remember to manually do it before it overwrites it

  • @linezokode9766
    @linezokode97662 жыл бұрын

    best marketing ever

  • @daden4984
    @daden49842 жыл бұрын

    nice

  • @mementomori7160
    @mementomori71602 жыл бұрын

    Good my ctrl+s game is quite good

  • @Mr_Yeah
    @Mr_Yeah2 жыл бұрын

    Does it also save the project? I've lost work on s critical moment because I've edited an asset (I think a ScriptableObject) and didn't save the project.

  • @thugarth6099
    @thugarth60992 жыл бұрын

    I'm not able to look at the code in depth right now, but I'm curious how it handled having multiple scenes open? Does it only save the top-level scene? EDIT: there it is: "SaveOpenScenes" - cool!

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    This is both a boon and a curse. I'm just imagining a multi scene workflow with 15 scenes...

  • @JimPlaysGames
    @JimPlaysGames2 жыл бұрын

    Editing video in Sony Vegas is a great way to train up your CTRL+S game. That fucking program crashes all the bloody time.

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Oh dude, premiere too. It actually crashes my entire pc. I get trigger finger in premiere

  • @neozoid7009
    @neozoid70092 жыл бұрын

    Awesome *Star* is gone . Our Life is saved.

  • @krissloo143
    @krissloo1432 жыл бұрын

    I CTRL+S even when I write emails. Literally doing it everywhere xD even after I finish watching a movie So I think I'm good for now :)

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    I need to up my game

  • @krissloo143

    @krissloo143

    2 жыл бұрын

    ​😂😂😂😂

  • @treppas
    @treppas2 жыл бұрын

    🤣🤣 the sound effects

  • @zerothezebra1421
    @zerothezebra14218 ай бұрын

    tysm i just lost 5 hours building a map and its gone, fml 😮‍💨😭

  • @nightfr09
    @nightfr09 Жыл бұрын

    me the one of two girls feeling recognized and validated

  • @BlackoutGamingChannel
    @BlackoutGamingChannel2 жыл бұрын

    What is it about colour pickers? They crash blender the most for me too! No one talks about it tho. But it's the colour pickers that house the true evil .

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    How strange...

  • @yes-um9ic
    @yes-um9ic2 жыл бұрын

    Noice

  • @deeprochakravorty
    @deeprochakravortyАй бұрын

    Nice, but will it pop up the "Can't save while playing" message every minute that I'm playing the game?

  • @SilverAura
    @SilverAura2 жыл бұрын

    The thing that kills me the most is when Unity decides to crash shortly after saving a script in Visual Studio. I've literally had to go in and just straight up turn off the asynchronous complication under the Unity plugin in Visual Studio because it's like a child when leave it alone too long. >:[

  • @banana_Toast
    @banana_Toast2 жыл бұрын

    maybe they don't implement it by default is cause for me atleast everytime I hit ctrl s it just takes like 20 seconds to application.reload or similar messages

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Oh god, yes that would be horrendous.

  • @TheCheldthorpe
    @TheCheldthorpe2 жыл бұрын

    When you restart the project the scripatable object can not find the associated script. Also when trying to find the config after resatrting your project i get> NullReferenceException: Object reference not set to an instance of an object Tarodev.TarodevAutoSave.ShowConfig () (at Assets/Editor/AutoSave.cs:92)

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Interesting... Let me investigate. Thanks for bringing this to my attention

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    I've fixed this issue, thanks for bringing it to my attention mate 🙏

  • @HectorVizyon
    @HectorVizyon2 жыл бұрын

    Sometimes i just try things without saving so i can revert back if i don't like the changes i made. (I can use git i know but im talking about small ui changes without ctrl+z) Maybe a boolean for "enable " can be added to config. Edit 0: (But then you can forget to "enable" auto saving after you disable it, that would be funny) Edit 1: (Maybe you can then write a script that auto enables the auto saver after some time? (paradox?))

  • @zbyszekkiebasa906

    @zbyszekkiebasa906

    2 жыл бұрын

    This sounds more like, you problem

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    This is getting deep

  • @jumpingman6612

    @jumpingman6612

    2 жыл бұрын

    @@zbyszekkiebasa906 hahah

  • @miwwie1504
    @miwwie1504 Жыл бұрын

    Sacred knowledge is usually occulted. Not by intention, but because the masses prefer mainstream and popular, over informative and proper.

  • @domennedelko7025
    @domennedelko7025 Жыл бұрын

    I love you

  • @christinaVennegerts
    @christinaVennegerts2 жыл бұрын

    Oh, yes, Color Pickers are evil. As are, from personal experience, events. At least, that's when Unity loves to crash my project 😒 Thank you so much for this video and tool!

  • @ImInfenix
    @ImInfenix2 жыл бұрын

    Wait, do you mean you do not do a Ctrl + S every 2 seconds ?

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    Not in the editor apparently 😭

  • @stoppedmotion7585
    @stoppedmotion7585 Жыл бұрын

    the script (im on the right script) wont give meant and enable option, just the file info, please help

  • @stoppedmotion7585

    @stoppedmotion7585

    Жыл бұрын

    the config script doesn't have the "box" icon yours does so that might be why but idk how to fix

  • @stoppedmotion7585

    @stoppedmotion7585

    Жыл бұрын

    also it isn't making the autoconfig script

  • @stoppedmotion7585

    @stoppedmotion7585

    Жыл бұрын

    ok, sorry now the file generates and it looks like it looks but the script is attached (not sure if that has anything to do with it) and it doesn't actually save(I'm testing this by running the script for a minute, closing the window, and seeing if it says do you want to save changes.

  • @stoppedmotion7585

    @stoppedmotion7585

    Жыл бұрын

    nvm, think it works tysm

  • @Chronus8888

    @Chronus8888

    Жыл бұрын

    Hey if anyone else has this issue, it's because the project has been updated since the video was made. There are now two files you need to copy into your project. Move both the "TarodevAutoSave.cs" AND the "AutoSaveConfig.cs" into your project. Then, they will create the object you see in the video. For me, the object was created directly in the "Assets" folder and not in the same place that I copied the files. Click your Assets folder to find the new object.

  • @devlasutriv
    @devlasutriv2 жыл бұрын

    Could you just simulate "CTRL" and "S" being pressed every interval?

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    You could with a tool such as auto hot key, but I could see that causing problems

  • @devlasutriv

    @devlasutriv

    2 жыл бұрын

    Maybe by using keyboard events: docs.unity3d.com/Manual/UIE-Keyboard-Events.html. Doing this would preserve any checks that Unity does without having to know them

  • @nickolayfetlistov4416
    @nickolayfetlistov4416 Жыл бұрын

    You're handsome!!!! THANKS!!!

  • @thecoweggs
    @thecoweggs2 жыл бұрын

    My computer has crashed many times and unity always saves for some reason

  • @AlexMisarins
    @AlexMisarins Жыл бұрын

    Unity 2021.3.9f1 not working on mac m1 24... Anyway, thank you

  • @quoctuanlee3544

    @quoctuanlee3544

    Жыл бұрын

    I'd had this tool not working. Then I tried reimporting the scripts. It worked! You need to import both cs files at the same time: AutoSaveConfig and TarodevAutoSave

  • @unbroken-hunter
    @unbroken-hunter2 жыл бұрын

    During my viewing of this video, I realized I hadn’t saved in 5 hours… Yea this is now going to be in every project I ever do from now on…

  • @Tarodev

    @Tarodev

    2 жыл бұрын

    I still use it in everything

  • @datablob
    @datablob2 жыл бұрын

    I wasted all of my life savings on pasta... It was worth every Penne.