Unity-Technologies / furioos-sdk-js

Furioos SDK for JavaScript
30 stars 14 forks source link

integration and support with ASP.NET Core #42

Open madhurikrishnav opened 3 years ago

madhurikrishnav commented 3 years ago

I'm trying to integrate furioos-sdk-js into web application built on ASP.NET Core .

The player initialization is unable to find the document object .

I'm calling the code like this

ViewData["player"] = await _nodeServices.InvokeAsync<ExpandoObject>("./node_modules/furioos-sdk/index.js", sdkId,divId);

Any thoughts and support on the integration would be highly appreciated.