TinCan.NET icon indicating copy to clipboard operation
TinCan.NET copied to clipboard

Not compatible with webGL builds

Open amw030 opened this issue 3 years ago • 1 comments

When I try to build for webGL in Unity 202.3.23, I get a long error which includes the following: System.InvalidOperationException: No action for the assembly TinCan, Version=1.3.0.0, Culture=neutral, PublicKeyToken...

The build for Android is successful, and the LRS receives the xAPI statement as it should.

amw030 avatar Apr 19 '22 13:04 amw030

If anyone else ever needs Unity WebGL support I've forked and added rough UnityWebRequest usage here https://github.com/SeriousGamesInteractive/TinCan.NET

PaulUsul avatar Oct 12 '22 09:10 PaulUsul