thanks for the video man, i love your channel, i feel very anxious about completing any game of any size and just watching good tutorials like this make me feel a little bit better, because it's not always about accomplishing but enjoying the ride, and i enjoy your videos
Is it a good idea to use a custom save system in conjunction with player prefs? That way you can keep the settings and other persistent player data separate from the core game data. That way the player prefs can persist even if the player creates new save files or loads previously created saves, and so they don't have to resubmit their settings when they make a new save file. I've been trying to figure out how to make that work and I think using a normal encrypted save file in conjunction with player prefs for settings and other persistent data should work well, but wanted to ask if anyone knows of better alternatives, or if it's fine to just do it my way.
Was thinking the same thing for the system I am making, player prefs for settings and a saving/loading system for actual game data. Don't see why it shouldn't be able to work.
As you can see you can save float values. Vector is just a two or three float values. So just devide your vector like vector.x, vector.y, vector.z in each float variable and save it.
Great teacher, don't stop making these simple tutorials
Bmo’s blowing up 🔥 Congrats on 10k, well deserved man!
Yay you making it. You explain stuff pretty well sir. Tysm for your videos. I ve learnt a lot last two weeks
Congrats on 10k! Holy smokes
thanks for the video man, i love your channel, i feel very anxious about completing any game of any size and just watching good tutorials like this make me feel a little bit better, because it's not always about accomplishing but enjoying the ride, and i enjoy your videos
thanks, looking forward to the follow up
We used this tutorial to make our first game "Rebound Out", just released on iOS and Android!
Looks like a fun game! I'll have to try it later! I wish you luck in your game dev journey.
Thanks for the tutorial. This is quick and easy way.
Thank you so much this really helped me in a last minute situation for a game jam! I subscribed and liked
Thanks fast and easy to understand.
Thanks alot really helped me in my project im making it was straight to the point.
Clear and concise. Thank you!
your content is just awesome, keep up the good work
Nice tutorial, rlly easy to understand
good clear!
Great vid
Understable information
Thanks!
Oh wow this was awesome
Very nice and easy to follow :)
Thanks!
Thank you, I love you.
So, I can still use it to store data, just have to parse json to string and back every time I want to save or load
I'm good to use this for keybinds/weapon loadout choices I'd assume right?
You can make a custom reader that would make this suitable for larger games
sir, can we use that in another scene........please reply if you've seen this
I will save all my shit with this
Is it a good idea to use a custom save system in conjunction with player prefs? That way you can keep the settings and other persistent player data separate from the core game data. That way the player prefs can persist even if the player creates new save files or loads previously created saves, and so they don't have to resubmit their settings when they make a new save file.
I've been trying to figure out how to make that work and I think using a normal encrypted save file in conjunction with player prefs for settings and other persistent data should work well, but wanted to ask if anyone knows of better alternatives, or if it's fine to just do it my way.
Was thinking the same thing for the system I am making, player prefs for settings and a saving/loading system for actual game data. Don't see why it shouldn't be able to work.
Can i save vector position with this?
Yeah but it's harder. I'm making my own game and it was pretty hard but still possible.
As you can see you can save float values. Vector is just a two or three float values. So just devide your vector like vector.x, vector.y, vector.z in each float variable and save it.
And then connect all these floats to your vector, i think it's simple.
Theoretically you can save absolutely everything with these 3 type: string, int, float. But sometimes it is going to be hard.
sooo where is that exacly HKCU\Software\ExampleCompanyName\ExampleProductName??????
😅
Does the king reply?
Of course
First comment!!!!!!!!
I have a question, how i can use PlayerPrefs to the code under the previous video ?
th-cam.com/video/kAPIWJJ6NQI/w-d-xo.html
Trash tutorial, just didnt show anything from the project
Wonderful