This plugin will only display on Safari and on video scenes!
Safari has a known bug with remote video texture. If you host your ForgeJS experience on your-website.com and your video resource on another domain like cdn.your-website.com safari will not allow the video to be used as a texture. That why we create a plugin just to warn the Safari user that his browser is not compatible due to this CORS issue.
json configuration
{
"story": { ... },
"plugins":
{
"engines":
[
{
"uid": "org.forgejs.safaricors",
"url": "SafariCORS/"
}
],
"instances":
[
{
"uid": "safaricors",
"engine": "org.forgejs.safaricors"
}
]
}
}