Unity - How to instantiate a gameobject from the scene without a prefab in the resources folder ?

Hello, I’m new in photon,

I have a problem, but before I’ll explain a little bit what my game looks like :
it’s a 2d game where there is a single player mode where you can farm rarer weapons than others have armor, improve hit points, have passive or active artifacts … A kind of solo “rpg”

So this is my problem now, I have instigated a “pvp” system in 1v1, for the moment the room system works but the problem is that I would like our characters with all their characteristics to be instantiated with the opposing player, (he doesn’t there will be no movement, it’s just a question of look) the problem is when we do a prefab in the resources folder we can not have all the mesh of the solo mode, the 2 players are identical with the basic skin and equivalent characteristics.
So I would like to find a way to instantiate your own character without passing the prefabs in the resources folder!

I inquired and saw things like" viewID" or “RPC” but it did not work for me, or simply I did it wrong maybe?

Any help would be welcome !!!

Thank you for your help,

Cordially.

@unity_KONFA0LDbFIXOQ , RPC can solve your problem. Tell me how you are calling the RPC.