Cloud Save should be in EVERY game (full project source code)

Cloud Save should be in EVERY game (full project source code)

Tarodev

1 год назад

48,933 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Tarodev
@Tarodev - 17.03.2023 02:29

As some have mentioned, saving graphical settings to the cloud is a baaad idea. I strictly meant some general settings and key maps (what I show on the video)

Ответить
@ExpertRelic
@ExpertRelic - 20.01.2024 16:54

i dont think you will see this but could you make a full tutorial on how to add this like from 0 to this?

Ответить
@phonglam1134
@phonglam1134 - 28.12.2023 05:16

Is it possible to save as json?

Ответить
@okamichamploo
@okamichamploo - 30.11.2023 06:27

cloud save doesn't come up in the package manager when I search the Unity Registry.
Is this only available in later versions of unity? I'm running 2021.2.2f1 Personal.

Ответить
@Caden_Burleson
@Caden_Burleson - 29.11.2023 09:40

Thank You for the Code and the very simple game! Really helped me get going as fast as possible!

I appreciate you! 🙌

Ответить
@moosesnWoop
@moosesnWoop - 29.11.2023 01:16

Brilliant code base on GitHub dude. Nicely compartmentalized and easy to understand. Out of everything so far, that code was the most helpful (I suppose I should acknowledge about 4 days of getting to grips with UGS moving away from sqlDB setup back in 2019)

Old dogs can learn new tricks!

Ответить
@druvingame
@druvingame - 28.11.2023 13:43

can you create a proper video for how to do all this.

Ответить
@ianfield17
@ianfield17 - 22.11.2023 07:13

So even with a lot of looking online, I can't seem to find anything on using Cloud Save to store Non-Player data- eg world events ect. Does anyone know how I can accomplish this?

Ответить
@carlosbautista2392
@carlosbautista2392 - 28.10.2023 20:37

Can you make a video on “how to set-up and use Unity Authentication “. ? Thnx. Love your videos. They are incredibly helpful.

Ответить
@DeLaBerni
@DeLaBerni - 12.10.2023 17:05

Hey do u have a video for Unity Authentication ? I want link it with "Unity Player Accounts Beta" but I never did that before.

Ответить
@user-mm7ob8kk3k
@user-mm7ob8kk3k - 28.09.2023 13:47

Can we save images in cloud save?

Ответить
@weckar
@weckar - 06.09.2023 18:24

So, quick math - if you autosave every 10 seconds; you can have 115 full time concurrent players on the free plan. That's not bad at all.

Ответить
@Patrick1985McMahon
@Patrick1985McMahon - 31.08.2023 08:59

Game settings should not be cloud saved. If a user is playing on a powerful PC and then moves to a low end portable system to be on the go they will not want the same settings. Save game saves only. Game settings should be local to the system.

Ответить
@Fadiabuzant
@Fadiabuzant - 30.08.2023 15:31

Thanks for this amazing short tutorial. It's very helpful
I have a question.
How about offline mode can cloud save handle it?
Thanks in advance.

Ответить
@mike73miller
@mike73miller - 28.08.2023 07:17

Is encryption necessary? What about man in the middle attacks?

Ответить
@fv4202x
@fv4202x - 22.08.2023 01:41

is this like firebase?

Ответить
@shugabrush3671
@shugabrush3671 - 11.08.2023 21:38

How secure is cloud save? Can players access and modify the data at all?

Ответить
@JacobDragyn
@JacobDragyn - 30.07.2023 18:24

Does it make sense to implement this if your game is on Steam? Doesn’t Steam have it’s own Cloud save system?

Ответить
@Developer_rapfa
@Developer_rapfa - 05.07.2023 15:16

tnx for nice tutorials as always. there is a question in my mind,how can a user (admin) access to all other player id's saved in the cloud? if admin wants to retrive data from specefic user id? as i tested with this awsome video you're able to load data from youre submited id in cloud.

Ответить
@GlassVaultStudio
@GlassVaultStudio - 21.06.2023 00:44

Thank you!

Ответить
@evgevg
@evgevg - 15.06.2023 23:29

Hello, please make a tutorial on native cloud saving on mobile devices. On android there is a Google Play Services plugin, where everything is documented in detail, but the problem with iOS is that they do not have an official plugin. I would like to see a detailed tutorial with the analysis of pitfalls.

Ответить
@ezrahuffman
@ezrahuffman - 08.06.2023 23:16

Super useful wrapper thanks

Ответить
@oOcrashOo.
@oOcrashOo. - 09.05.2023 01:42

You should mention that Unity Cloud is only working if you are using Unity Authentication, too. Without Authentication it does not work as far as I remember, but perhaps things changed?

Ответить
@manji2023
@manji2023 - 22.04.2023 17:18

Seems you solved a half of the problem. Another part is authentication, if you use anonymous authentication, user can’t recover their data when they change their device or clean the cache.

Ответить
@syntax_error6882
@syntax_error6882 - 17.04.2023 12:56

but no !! i bought sorcery game on steam .. and now there is no more save in the cloud 😛

Ответить
@WhitefoxSpace
@WhitefoxSpace - 11.04.2023 17:10

I love that level up effect on the Snorlax, what effect is that? :)

Ответить
@rocketshader2699
@rocketshader2699 - 10.04.2023 04:28

This looks great and I need cloud save, but I cant trust anything made by Unity, it feels like they are going to abandon it shortly :F

Ответить
@williamabousharaf8980
@williamabousharaf8980 - 30.03.2023 19:37

Woopo woop

Ответить
@dreamisover9813
@dreamisover9813 - 28.03.2023 22:47

Great to see new videos on the channel!

Ответить
@PeterMilko
@PeterMilko - 28.03.2023 19:13

cool

Ответить
@stadiagamer9689
@stadiagamer9689 - 28.03.2023 19:07

fix link unde the vid, it takes you to cloud code instead. great video!

Ответить
@pixelbucket2256
@pixelbucket2256 - 28.03.2023 14:10

I'm sure now that Cloud Save is amazing, but YOU sir are amazing too! Thanks for those top-notch videos!!

Ответить
@fleity
@fleity - 27.03.2023 02:46

This feels much more like advertising for unity's feature than any other of taros Videos :-/

Ответить
@abouttimemedia
@abouttimemedia - 25.03.2023 20:56

Столько труда вложено в каждое видео. Спасибо за информацию, супер полезно. 😍

Ответить
@LostRelicGames
@LostRelicGames - 25.03.2023 15:32

This is great man, it should totally be a standard! I lament the loss of many local saves of favourite games. Good to see you're back on the bike! :)

Ответить
@vitor102
@vitor102 - 23.03.2023 20:39

Playstation, PC, my ball and xbox wtf kkkkkkkkk

Ответить
@TedThomasTT
@TedThomasTT - 23.03.2023 02:32

your videos never get recommended to me, so annoying!

Ответить
@youcancallmedoggie
@youcancallmedoggie - 22.03.2023 09:03

wow.. i watched but forgot to leave a comment? i must be a bad person!

Ответить
@AliRaza-qn9hi
@AliRaza-qn9hi - 21.03.2023 12:54

Is it replaceable with Firebase?

Ответить
@vh4u959
@vh4u959 - 20.03.2023 20:33

thank you for the cool video !!

i am a beginner in unity and do not get it how the user is assosiated to the saved data without authentication.
or is the service associate the device with a hash ?

AND can i use this in WebGL app ?

Ответить
@modiddymo
@modiddymo - 20.03.2023 17:52

What identifies the client/user to cloud save?

Ответить
@ryuuguu01
@ryuuguu01 - 20.03.2023 07:31

One thing to watch out for. You are now saving data from a person online. This may mean you are saving from some in a jurisdiction that requires additional work. If you have users in E.U. you need GDRP compliance, consent, and a way to forget the data. If users are in China then you need PIPL compliance.

Ответить
@VEOdev
@VEOdev - 19.03.2023 23:31

I like how unity are adding native back end support to it's engine, better than using third party providers such as playfab and others and having multiple dashboards to run your game, please make a video also covering the new authentication, leaderboard and notification in unity services, the documentation is lacking it only provides the method and required testing to understand, a tutorial will be amazing

Ответить
@stevenswanson9519
@stevenswanson9519 - 19.03.2023 23:18

He's alive!

Ответить
@INeatFreak
@INeatFreak - 19.03.2023 15:26

This is a great example of a how an ideal tutorial should be, short, on to the point and there are even example project too. Thank you for making this great content.

Ответить
@timurradman3999
@timurradman3999 - 18.03.2023 03:03

YOU PLAY BRAWL STARS!! THIS SO COOOOL
Also, welcome back, it's been a while
Also, great video, I'm looking forward to implementing what you talked about when I'm done with my game

Ответить
@melpermo
@melpermo - 17.03.2023 21:17

Thank you for the great content as always. Your video makes me want to try Cloud Save System, which seems easier to use and more accessible than I thought, thanks to this video.

Thank you

Ответить
@nafex3740
@nafex3740 - 17.03.2023 20:43

Nice work buddy 👏 Excellent !!! Let's go....

Ответить
@midniteoilsoftware
@midniteoilsoftware - 17.03.2023 16:37

So you're using anonymous login. If I'm reading your code correctly, the data you're saving is game-specific, not user-specific (except that you're using the player's 'slot' as the key). If I wanted to data to be saved to particular user for use in a multiplayer game I'm guessing I would need to force them to really login (not anonymously).

Ответить