Unity GC2 Create A Game 02: Main Menu + Save & Load

  Рет қаралды 9,009

RVR

RVR

Күн бұрын

Пікірлер: 60
@devinpatrick1607
@devinpatrick1607 Жыл бұрын
Excellent video. Clear, concise and does an excellent job of explaining how the scene is et up. This entire series should be excellent!
@Humorkucor
@Humorkucor Ай бұрын
I have copied how to create a save game condition but why doesn't it work like in the video? Has the code been changed by the game creator?
@adamneal7467
@adamneal7467 Ай бұрын
Same thing going on
@mapofmaterials
@mapofmaterials 4 ай бұрын
You did a great job with the menu, it's appreciated and will certainly be useful
@faizywinkle42
@faizywinkle42 2 ай бұрын
thanks dude i dont know why u stopped. a lot of people are coming to unity like my self and game creator 2 is a game changer, u should deffo make more tutorials like that
@RVRGaming
@RVRGaming 2 ай бұрын
Lack of time at the moment. I will continue when I have the time 👍
@gabrieldro1
@gabrieldro1 Жыл бұрын
this project is very interesting keep going, cg2 seems to be much more practical than cg1
@jasontrainor7955
@jasontrainor7955 9 ай бұрын
have you thought about doing a series tutorial on creating a game using rpg builder
@alexeuan1101
@alexeuan1101 8 ай бұрын
Thank you so much for such detailed lessons. Please advise, I have encountered the following issue: Assets loaded well, without errors. Project in 3D URP. After pressing the play button, when choosing options in the menu, all the fields inside are empty, only their names are visible. For example - Quality, and next to this label, there is nothing. When selecting from the dropdown menu in Quality, options like Performant, Balanced, High Fidelity appear, one of these options is chosen, and again, an empty line next to Quality. The same for all options. What could be the error?"
@analoglimb
@analoglimb 2 ай бұрын
Great video, Thanks! What is the workflow to add a screenshot image from the camera attached to each save ? I was just curious if setting that up is complicated or it can be done by adding more actions to the list? Also for the Load button to be Off if there are no saves and only to show once you saved
@RVRGaming
@RVRGaming 2 ай бұрын
You'd basically have to create a screenshot and add that as a field. This requires some script changes to what we do in the video
@Corn_Pop1999
@Corn_Pop1999 11 ай бұрын
Can i use "Heat - Complete Modern UI " instead? it seems to have all the same menu functions and I'm only using the built-in pipeline and don't want to bother with URP or HDRP. I'm just not sure if its compatible with GC 2.
@MusicTimeLofi.
@MusicTimeLofi. 6 ай бұрын
When I use the scene that I downloaded from your drive, it doesn't let me start the test gives me error do you know why it could be ?
@Andrew-ls9xg
@Andrew-ls9xg 4 ай бұрын
I had to go into the Package Manager and install Universal RP, and then the errors went away.
@SoloaramYt
@SoloaramYt Жыл бұрын
Keep going. i am doing this project with you.
@mikeha
@mikeha 3 ай бұрын
i'm getting this error after importing the menu package: Prefab instance problem. Missing Prefab Asset: 'Hero (Missing Prefab with guid: cd9cd9b9653b36344bcaae9c8d4800b8)' UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) And there is a Hero prefab in the hierarchy that is missing.
@1verysheep424
@1verysheep424 3 ай бұрын
me too, I think it's because we didn't use the synty asset
@tinywalnutgames
@tinywalnutgames 15 күн бұрын
He doesn't provide the prefab he created for the tutorial with the package. The in-scene reference is there, but the prefab itself is missing.
@mikeha
@mikeha 15 күн бұрын
@@tinywalnutgames yes, it's because it was a synty character. he's not allowed to include it
@tinywalnutgames
@tinywalnutgames 14 күн бұрын
@@mikeha I've had to deal with this type of stuff myself as an asset developer. He's allowed to include the prefab as long as the materials and meshes are not in the package. The references break so the prefab would still require the Synty modular heroes package to work. But I do understand why most devs don't do this. Simply to cover their butts.
@JosephWright-zq9hl
@JosephWright-zq9hl Жыл бұрын
Hello. When I import your main menu pack I get multiple errors stating " 'QualitySettings' does not contain a definition for 'globalTextureMipmapLimit' " and one error stating " 'AntialiasingMode' does not contain a definition for 'TemporalAntiAliasing' "
@RVRGaming
@RVRGaming Жыл бұрын
Are you using URP?
@GGreedy
@GGreedy 11 ай бұрын
Hi, about the "Free Main Menu Package", can this be used commercially after personal modification?
@RVRGaming
@RVRGaming 11 ай бұрын
Yeah of course 👍
@JoachimPileborg
@JoachimPileborg Жыл бұрын
When I try to select the "New Game" menu item, I get the error message "Cannot load scene: Invalid scene name (empty string) and invalid build index -1" Something I forgot to install? Something else?
@JoachimPileborg
@JoachimPileborg Жыл бұрын
Oh wait, I see the problem now: Your asset already have the "Load Scene" instruction for the button. Which tries to load the 02Scene you create in the video. :) If I add the scene (and add it to the build settings) it works fine.
@frankreiser_recaremo
@frankreiser_recaremo Жыл бұрын
I load your asset but I can't find where and how you save settings
@frankreiser_recaremo
@frankreiser_recaremo Жыл бұрын
Ah I see - you did in the script with PlayerPrefs
@RVRGaming
@RVRGaming Жыл бұрын
Yep! A couple of timestamps shouldn't require an extra database
@nimentrix9287
@nimentrix9287 Жыл бұрын
Nice work ! Thanks for the menu, it would be helpful ;-)
@Criwny
@Criwny Жыл бұрын
Good job, effort is appreciated!
@pushingpandas6479
@pushingpandas6479 4 ай бұрын
Is it possible to save the options aswell?
@RVRGaming
@RVRGaming 4 ай бұрын
They are saved 👍
@stephenschmidhofer3327
@stephenschmidhofer3327 Жыл бұрын
can someone tell me how to get the Remember function in GC1 ... to save transform of an object... without using a script to serialize and save as file
@RVRGaming
@RVRGaming Жыл бұрын
I think it's called the same, but it's already in there
@wendymorrison2385
@wendymorrison2385 Жыл бұрын
Hi I have worked out how to do music volumes and play music without stopping to another scene and even when I load the main menu back it plays but when I load game the music stops playing. How will I deal with this problem? Great tutorials by the way.
@RVRGaming
@RVRGaming Жыл бұрын
Generally that's how it works in games, you have menu music, then that fades out and the scene music starts in the new scene. I've never personally seen that continue.
@SkullGaming-hn3jp
@SkullGaming-hn3jp Жыл бұрын
Thank you for this tutorial Please Can you add save button in the game menu
@mattg1345
@mattg1345 Жыл бұрын
When can we expect the next episode ?
@RVRGaming
@RVRGaming Жыл бұрын
Today! (UK time Sunday)
@WilliamIanneci
@WilliamIanneci Жыл бұрын
Excellent job yet again PVR.
@michaelroschmann9327
@michaelroschmann9327 Жыл бұрын
Nice work, it helps me a lot. So my Player Skin is just purple. So I guess there are some materials missing. Are these materials standards in unity or assets? Pls kann you link the asset package if it is one or just link the right material thx.
@RVRGaming
@RVRGaming Жыл бұрын
hey! no it's an SRP thing :D it's cause the materials are made for built-in. So what you'll have to do is go to Window > Rendering > Render Pipeline Converter. Select built-in to urp and, select material upgrade, click Initialize Converters, then click convert assets once that's done :)
@LongNguyen-mk2ww
@LongNguyen-mk2ww Жыл бұрын
Hi first of all thank you for your video, very very appreciate it, I tried to mess with your package but I get this problem would you know what is the cause ? Missing types referenced from component Conditions on game object Conditions-Save01: GameCreator.Runtime.VisualScripting.InstructionUISetTimeStamp, Assembly-CSharp (1 object) same problem with Save02 and 03 Thank you!
@RVRGaming
@RVRGaming Жыл бұрын
Double check the conditions that are in the load save game part of the menu. Seems the reference is missing
@CartoonGalaxy100
@CartoonGalaxy100 Жыл бұрын
can we use the menu with gc 1 ?
@RVRGaming
@RVRGaming Жыл бұрын
Yep! Just needs to be URP though
@tpamike9598
@tpamike9598 4 ай бұрын
I get this error as soon as I import the package. I have tried changing it as visual studios suggests but it's a rabbit hole. Do you have a fix for this? Assets\01Scenes\01Main\GraphicsSettingsManager.cs(301,48): warning CS0618: 'UniversalRenderPipelineAsset.shadowCascadeOption' is obsolete: 'This is obsolete, please use shadowCascadeCount instead.'
@RVRGaming
@RVRGaming 4 ай бұрын
Hey! That's not an error, it's a warning. The version of URP you use is newer and takes a different approach. Normally this shouldn't impact the capability. However if you want to fix it, open the script in visual studio - normally you will get a recommendation
@tpamike9598
@tpamike9598 4 ай бұрын
@@RVRGaming Thank you for the quick reply! I hate seeing red in the console, I will attempt to fix it in visual studios thank you.
@casaTRs
@casaTRs Жыл бұрын
where is "Set Current DateTime"? Thx
@RVRGaming
@RVRGaming Жыл бұрын
in the package in the description :) it's a custom action
@casaTRs
@casaTRs Жыл бұрын
@@RVRGaming thx
@frankreiser_recaremo
@frankreiser_recaremo Жыл бұрын
Amazing.
@adamaze2920
@adamaze2920 Жыл бұрын
great job
@Amatic77
@Amatic77 Жыл бұрын
Rvr can u must a video on health system like dark soul on game creater 1 plz. it so much important for me
@RVRGaming
@RVRGaming Жыл бұрын
kzbin.info/www/bejne/rIaQkomHZbGooNU created an entire souls series for GC 1 :D
@MrSpacebuddy
@MrSpacebuddy Жыл бұрын
this is awesome.
@shinonkagura1476
@shinonkagura1476 Жыл бұрын
First of all, thank you for the package! Really super! However, I'll be honest. I would have found it much better to build everything from scratch and learn how everything works and plays together, even at the risk that it does not really have much to do with GC2 itself. Really too bad.
@RVRGaming
@RVRGaming Жыл бұрын
Appreciate it. However this would've been about 3 videos instead. Most people use GC cause they don't want to code in C#, so spending several videos on that wouldn't have made sense.
Unity GC2 Create A Game 03: Character Customization
1:14:55
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 1,2 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 16 МЛН
How to Use Reference Images in Unity - Modular Dungeons
37:00
Game World Engineer
Рет қаралды 51
SETTINGS MENU in Unity
17:22
Brackeys
Рет қаралды 957 М.
Unity GC2 Create A Game 01: Project Setup
7:14
RVR
Рет қаралды 9 М.
SAVE & LOAD SYSTEM in Unity
18:20
Brackeys
Рет қаралды 1,1 МЛН
The Asset Backlog Dilemma
14:41
Game World Engineer
Рет қаралды 161
How to make a Save & Load System work across Multiple Scenes in Unity | Tutorial
21:28
Unity MAIN MENU 2022 Tutorial | Beginner Friendly
15:39
GarrettDeveloper
Рет қаралды 88 М.
Better Save/Load using Data Binding in Unity
18:47
git-amend
Рет қаралды 17 М.
Basic Saving and Loading in Unity with PlayerPrefs
8:07
How to Make a Simple Main Menu in Unreal Engine 5 - in 5 Mins!
8:22