12

Is it possible to embed a game created using the unreal engine in a flutter application, so that once I open the flutter application, I can navigate to a particular page to start the game and also communicate between flutter app and the Unreal Engine game?

I found that its possible to embed unity in flutter https://pub.dev/packages/flutter_unity_widget. This is what I am looking for but with the Unreal Engine. Is it possible to do the same with the Unreal Engine?

Hamed
  • 2,664
  • 3
  • 14
  • 33
lordvcs
  • 1,135
  • 2
  • 14
  • 26

1 Answers1

0

I hate to be the bearer of bad news but...

...From the research I've done, no it isn't possible. The recommended way of doing game dev in Flutter is by using the Flame game engine. Unfortunately, the tutorial on the repo seems to be a bit outdated but here's one that should be better. However, this seems like a complex but potential solution to your problem, here's the tutorial that the repo is based on.

To be clear, there is no native way to run UE games in Flutter

Daren Palmer
  • 100
  • 8