rstals / Unity-SCORM-Integration-Kit

Integrate Unity3d Projects with your LMS via SCORM
Apache License 2.0
27 stars 10 forks source link

Work on Unity 5.4? #1

Closed ma1onso closed 5 years ago

ma1onso commented 7 years ago

Hi, I'm working with Unity 5.4, but this not export to Web Player anymore...

rstals commented 7 years ago

Hi Alonso,

I just found out myself recently :(

I'm looking at seeing what can be done. Possibly looking at re-factoring it to work with WebGL instead, but this requires removing the multi-threading from the code...

ma1onso commented 7 years ago

@rstals ok, thanks and waiting for the best decision

rstals commented 7 years ago

Hi, I've updated the code to remove all multi-threading and added in a WebGL template for SCORM. This package will now work with Unity 5 and WebGL.

ma1onso commented 7 years ago

Thanks @rstals

Roy-Nelson-Tous commented 7 years ago

i can't get it working for unity 2017

Edebarudo commented 6 years ago

Hi, Thank you for an excellent plugin. I am currently working on exporting a old web player project to WebGL in Unity 5.6.4f1 and saw your comment above. I am replacing the old version of the UnityPackage with the new one right now, but it says that you haven't updated the plugin since 2015. Have you updated the UnityPackage, or is GitHub buggy? Can I get the new version that supports WebGL somewhere? Again, thank you for a great plugin!

rstals commented 5 years ago

Hi all, I've updated the project to include a bunch of stuff for working with WebGL in the new versions of Unity3D. Documentation is a bit out of date, but nothing has really changed in how you use it in your projects.