Can the SFS connection part be added to JS instead? Is there such a script already out there? I wrote a login script in Javascript, but would like to add this connection dealy. :
The tutorial login script is written in c#, from the wiki page link. I was asking if the SFS connection code that is in c# is available in javaScript form? Because I have made a custom login in script for Unity that is written in js. I want to add the SFS connection code to that js.
Yeah for sure, over on the Unity side, a lot of their documentation is in JS, and at first, all I was finding was JS tutorials. I figured out how to convert the JS elements to c#. So all good. Thanks.