Photon + Unreal Engine 4.10

Options
Any idea when the release for the compatible SDKs will happen?

I noticed in another thread you provided a prerelease build of Photon 4.0.5.0 Windows that works with Visual Studio 2015. Could I get those files for Android, iOS, and Mac as well? I need all 4 to build and test my project in the new engine version.

Comments

  • Kaiserludi
    Kaiserludi admin
    edited November 2015
    Options
    Hi @DG Gage

    The SDKs for Android use makefiles and the ones for iOS and OS X use Xcode, not VS, so non of them need new builds for VS2015 compatibility. Afaik the API of that prerelease is compatible with the one of the latest official release (4.0.4.1), so you could use the prerelease for Windows and the last release for the other platforms and still share code between all platforms for now. There will be some breaking API changes in the final 4.0.5.0 release, but that release will be available for all supported platforms.

    4.0.5.0 will be released later this month, but I can't provide a more concrete date yet, sorry.
  • DG Gage
    Options
    Thanks for clarifying that. I will hold out until the full release and use UE4.9 for now.