Moving from PUN2 to Fusion

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.

Moving from PUN2 to Fusion

CheeseBrownie
2022-05-20 20:10:36

I want to move a pretty big project from PUN2 to Fusion and was wondering what are the best steps for doing so.

Should I delete all PUN2 files and then import Fusion? There's going to be a bunch of compile errors which I'm afraid of and I won't be able to test anything until they're all fixed.

Comments

Tobias
2022-05-23 13:42:12

Yes, this is sadly the case.

It might be nice to be able to see if your Fusion code makes sense and could compile, so keeping PUN 2, may make sense. But even then, it will not run anymore when you begin to change the code.

I am not aware of some magic path. Sadly, it is some work to refactor a project.

Back to top