Is it possible to use photon or C programming on this enginge since it is WebGL?

I know it is probably not possible but maybe photon as a network on PlayCanvas? or maybe C# or C++ that would be nice but its just a thought i havent looked into the possibilities.

You could look into this http://kripken.github.io/emscripten-site/ or this http://webassembly.org

1 Like

It completely possible to use Photon with PlayCanvas. Just use their JavaScript SDK.

As for C, C++ or C#, PlayCanvas is a JavaScript engine and you’re expected to code in JS to use it effectively.

2 Likes