I want to make a garage system similar to GTA where I can drive into a garage store cars and drive cars out of the garage.
I already have my vehicle, garage level and world level ready, I just need to actually implement the garage system and seamless loading between the levels.
Does anyone know where I would start with something like this or can recommend any videos, please?
Hey there @BLAZEPunk! So my recommendation is to first think of the vehicle as just another type of data when it comes to saving. So you would save a struct that contains all of your relevant pieces, then load it and put it back together when needed.
Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.