Instantiate with PunBehavior?

Options
I have a class, I'd like to use some Photon callback with and so have inherited from PunBehavior, changing from Monobehavior.

Unfortunately the class also uses Instantiate which disappears when inheriting from PunBehavior.

Is there anyway to get the class to do both?

Best Answer

Answers