I am building a character set with accessories like weapons.
I would like to create one character set for both single and multiplayer, but anything that I add NetworkIdentity to disappears at runtime until the multiplayer game starts or I enable them manually.
I’m having a little trouble understanding the workflow for this style of game and how I should write my scripts.
Is there a proper way to have Unity enable objects with NetworkIdentity by default instead of disabling them?