Question on photon instances

Options
I create my project and create a Resources folder and spawn an object called "Player". But the same name is in the folder Photon Unity Networking - Demos - DemoWorker - Resources(Second Resources folder in one project) - prefab worker with a wrench .
What is the priority? Who is chosen from two identical names?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited July 2017
    Options
    Hi @Kurtav,

    I guess this is a good Unity question and edge case.
    I guess the answer is avoid this and the behaviour is undefined.
    So you can delete the demo prefab with the same name or choose a different name.