tvOS support for PUN?

Options
Will there be support for tvOS in PUN? Currently build for tvOS will fail.

Assets/Photon Unity Networking/Plugins/PhotonNetwork/LoadbalancingPeer.cs(27,40): error CS0246: The type or namespace name `PhotonPeer' could not be found. Are you missing a using directive or an assembly reference?
Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs(21,52): error CS0246: The type or namespace name `IPhotonPeerListener' could not be found. Are you missing a using directive or an assembly reference?
Assets/Photon Unity Networking/Plugins/PhotonNetwork/PingCloudRegions.cs(17,31): error CS0246: The type or namespace name `PhotonPing' could not be found. Are you missing a using directive or an assembly reference?
Assets/Photon Unity Networking/Plugins/PhotonNetwork/SocketUdp.cs(22,32): error CS0246: The type or namespace name `IPhotonSocket' could not be found. Are you missing a using directive or an assembly reference?

Answers

  • Tobias
    Options
    Most likely this is a simple setup issue in Unity.
    We have a few DLLs in the project. Actually, one DLL might come in multiple versions, as some platforms require special builds.
    So, you need to setup per DLL, to which platforms it exports.

    Find and select Assets\Plugins\Photon3Unity3D.dll and in the Inspector, select "TV OS" as export platform (in your case).