I'm working on a 3Dgame that allows the player to switch a character with another character in game. For example in 101 Dalmatians rescue puppies for ps1 has this switching character and is exactly what I'm looking for.
**Here is an link to a video on what I am talking about: **https://drive.google.com/file/d/1Pv34V7sGlUUiTyVAvwoNmnA3rhfLc0sC/view?usp=share_link
I cannot find any videos on YouTube that show this, so I had to record the game and upload it to google drive myself.
On the idea:
You are playing as character 1 and you don't see character 2, you press a button to switch over to character2 and as replaced with character 1 you see character 2 instead.
**Problem: **I can't find any tutorials on subject like this or similar idea on how to do this even for unity, not even for Godot. I can imagine it being difficult to make but it something that I been trying to get into my game for a long time.
P.s I'm aware that the character would either be hidden or something like that for the other character to show in it's place. I'm assuming you also have to have it share in a same node? Not sure anything else other then that.
My idea goal is to:
have 2 characters that are playable.
To be able to hide the character2 while playing the character1
By pressing a button I can switch between the characters while in game as shown in the video above.
If anyone who can provide me useful sources, tutorials and of course give me ideas on how I could do this I be truly grateful. It's something I been searching for years..
**Note: **I'm still new to godot and still learning. I'm also a moderate beginner in coding but I have moderate beginner knowledge on it with C# and webdesign in general, so it wouldn't be that hard for me to understand regardless of me still learning with coding. c: