Pun 2 problem with scripts

So i got photon 2 Free from asset store. and i import it to existing test project where i deleted photon 1(before importing 2) but then i get like 75 errors complaining about missing type/namespace names

btw i use the latest unity personal

PUN 2 is not a direct fit, compared to the old APIs and components. Deleting the old and importing the new is just the first step for a successful upgrade, sorry.

Here are the Migration Notes to help you fix the issues one by one.

Oh Ok thanks i thought deleting it removes it.

Yes, deleting the files removes everything but the new files are not using the very same names and if your prefabs/scenes use references to components from PUN Classic, then those are broken as well (the files and components are no longer in the project, ofc). So … it’s sadly extra work to upgrade.