I’m not sure how to word this, please forgive me if this is a question thousands have asked before but being new to C#, Unity, and the terminology, I’m not sure how to word it, or what kind of words are describing what I’m looking for, and therefore I’m not sure if the research and searching I’ve done has actually led me to an answer.
So basically, you create a 2D character with my in-game character creation screen. From there, Unity is able to save an instance of the character you create, and your character appears whenever the player talks using Fungus.
I have no idea where to start with this. Do I need to set the character to pre-fab and then reference the created pre-fab later? Is this even possible to do in Fungus? Or is there a different method? Similar to how Dream Daddy did it. They used Unity and Fungus, with a character selection screen, and the “Daddy” you create at the beginning of the game is frequently referenced whenever your character speaks.
To be clear, the character creation menu is complete, I’m looking to implement how Unity will handle “saving” the character that the player has made, and then how Unity/Fungus can handle referencing this player character in different scenes and later in the game.
I’d appreciate an arrow in the right direction, so if you have one to offer, that would be great. There seems to be very little in the way of “character creation” tutorials that go over this instance of the coding/developing, everything I’ve come across is developing a way to script the sprites and make things interchangeable, rather than referencing what would be the already created player character later in the game.