2 Assertion Failures after PUN 2 Import

Options
Hey folks :) I am developing a mobile multiplayer prototype and after some research I found Photon to be best solution for me. I am using Unity 2019.3.0f3, all I have done is import PUN 2 from the asset store and I have the following Assertion Failures throwing in Editor:

Assertion failed on expression: 'initialScriptRefresh && GetAssetTypeV2(guid) == AssetDatabase::kSerializedAsset'

Assertion failed on expression: 'gForceReimports->empty()'

Any advie please? Should I be using a different version of Unity?

Thank You!

Answers

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Ripfury,

    Thank you for choosing Photon!

    PUN should support Unity 2019.3.

    These look like Unity's own internal assertions and not something PUN/Photon related.
    Could you try importing again in a fresh clean empty new project?
    Maybe switch Unity versions?