Has anyone been able to get Unity and any LMS (Learning Management System) to work together?
hi folks!!
i have to use my project in Leaning management system, so please help me , how i can connect the unity with Lms which follow the SCORM System…
thanks in advance!!
SCORM is essentially just javascript calls right? Shouldn’t be that hard. Can it?
yes. i was new to scorm and API call. what are the things to add in the unity by programming or from external. can some one please explain me in detail to complete my task.
thanks in advance
I would start by browsing through some of the SCORM documentation at ADLNet.gov and also by reading Claude Ostyn’s ‘In the Eye of the SCORM’. Once you understand a little more about what makes SCORM tick the implementation of Unity is pretty straightforward. It’s essentially the same as having flash on a web page communicate in a SCORM run-time environment.
Would it be possible to use a Unity stand-alone in a SCORM run-time environment or does it have to be a webplayer within a browser?
kinda old but ok
Theoretically, it should be possible - depending on how the LMS handles SCORM. You could probably “talk” to the LMS via calls using the WWW class (even though it might be rather cumbersome to do it that way).
However, I’m not sure what the use case would be. Usually, the LMS delivers content, usually via the Web … so using Web players for content running in an LMS looks like the most natural way to do it to me - but I might be missing something.
Yes, does sound cumbersome but it’s the only way I can think of to develop SCORM content for something that requires external communication (ie. import System.IO).