PUN Wizard won't open

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on PUN.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

PUN Wizard won't open

Paraprose
2014-06-14 02:42:05

Opening Window > Photon Unity Networking > PUN Wizard and pressing Alt+P within Unity both do nothing. How do I fix this? Is there a workaround? Thanks.

Comments

Tobias
2014-06-16 12:13:41

This can happen when there are compile errors and when the Editor scripts are not yet compiled. At the moment, those are part of the source, which might fail compilation. Can you make sure you don't have compile issues, then try to open the Wizard again? If the problem persists, please attach a Editor log file and we can look out for issues. Or we need a repro case.

slackn
2020-04-04 11:28:55

Same error. When i import PUN to my project it should show wizard but it isn't. I have multiple compile errors. How can I fix this?
I have 75 errors and they are like:
Assets\Photon\PhotonUnityNetworking\UtilityScripts\UI\OnPointerOverTooltip.cs(27,43): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)

JohnTube
2020-04-04 14:19:40

Hi @slackn,

Thank you for choosing Photon!

What Unity and PUN versions do you use?
PointerEventData is part of Unity UI system so maybe you need to add Unity UI package.
or try removing that file or any other file that makes use of it (UtilityScript and Demo folders)

Back to top