Hello,
I'm trying to make it so the user can customize their player appearance before starting a PUN game session.
PrefabUtility only works in editor I found out
I can edit the player gameObject appearance in another scene but not being able to save the results as a prefab at runtime to instantiate in the session is where I am having issues.
How is this usually done?
Starting a game session without instantiating from a prefab perhaps?
I'm trying to make it so the user can customize their player appearance before starting a PUN game session.
PrefabUtility only works in editor I found out

I can edit the player gameObject appearance in another scene but not being able to save the results as a prefab at runtime to instantiate in the session is where I am having issues.
How is this usually done?
Starting a game session without instantiating from a prefab perhaps?