Any way to port a scratch project (.sb3, javascript) into unreal?

My game is based off of a scratch project i did once to shitpost, and i want to have an arcade machine with the game in there. Any way to import javascript or an exe into unreal?

Or would I need to rewrite it with a platformer project…

Hey there @anon58292963! There’s no native way to just import javascript or scratch projects to unreal directly, that said there are a number of ways to port it over. So if you’ve got the ability to host the game via Itch or any other site to host it, you may actually be able to test it out in UE’s web plugin, I’ve had some luck trying my old unity games that were built for WebGL in it.

Another alternative is that there’s a community project called Unreal.js that allows you to have a Javascript runtime environment in Unreal. You’d still have to do port work for that most likely but it could lessen how much it would entail. I’ve never used it and this is not an endorsement.

Liability Disclaimer: However this is a community content and is not representative of Epic Games and anything that happens after using things from the marketplace is not regulated by Epic Games.

2 Likes

thanks!