-
Notifications
You must be signed in to change notification settings - Fork 328
Description
It looks like blueprintUE.com, the service we use to embed Unreal blueprints in our tutorials, has had to block users from the UK due to new "online safety" legislation. This means that some of our Unreal tutorials are currently broken for users in the UK.
It seems like the most robust solution here would be to host the blueprint viewer ourselves. blueprintUE.com has a self-hosted version, but this wouldn't be a drop-in solution. The self-hosted version is a self-hosted version of the entire website, whereas we only want to self-host the viewer component. If we can extract that viewer component (which should just be a few JavaScript and HTML files), we'd also need a way to get the data for the blueprints we've already uploaded to blueprintUE and come up with some way of passing that data to the viewer component without needing the whole blueprintUE backend (assuming it's a JSON document, maybe just a bunch of JSON files we can upload?).
Another alternative is just screenshotting the blueprints, of course, but this is significantly less helpful than the interactive editor we have now.