Other uses for Unity

Does a Unity game only run as a standalone or can it somehow be placed into an html5 page?
The reason for my question is that the my user do not have permission’s to download anything but have access to a secured server where they take their training and that is within an html5 jacket. I would like to add 3D type gaming to their training. It this doable?
Any feedback would be greatly appreciated. Thank you!

Hi there @lintbox

Unity projects can be built for a variety of different systems including HTML5 compliant WebGL.

If WebGL is something you feel that you could incorporate into your specific server then feel free to browse the documentation and various blog posts on the subject. Linked below is the Unity documentation on the subject.

Getting Started with WebGL - Documentation

I hope this helps! :slight_smile: