How to organize multiple characters with individual stats in team sports game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Dr_Gibbs

Hello, first-time poster here.
I am making a 2D team sports game with multiple characters with unique stats. My question is: what is the best way to organize my scenes for multiple characters? Currently, I am making a new scene for each character, but that seems inefficient. Eventually, I want the player to make their own character or be able to edit the stats of individual characters.

:bust_in_silhouette: Reply From: Inces

I believe the best option is to create parent class for your Character Object and introduce all variables in this scipt, and store individual characters variables in JSON sheet.