flutter-unity-view-widget icon indicating copy to clipboard operation
flutter-unity-view-widget copied to clipboard

flutter Web implementation

Open DavidGutierrez94 opened this issue 4 years ago • 8 comments

I don't see if anyone has tried to implement this on the web using flutter, I'm working on a project that actually would need to run on the web. but I don't see any information about it.

DavidGutierrez94 avatar Nov 28 '20 02:11 DavidGutierrez94

Very interested if anyone has anything to share with trying this package on web. Flutter 2.0 opens even more possibilities

steveny909 avatar Mar 07 '21 12:03 steveny909

Same here. Dart has support for WebGL and OpenGL ES. How can we embed a Unity game into Flutter Web?

blackvitriol avatar Dec 28 '21 17:12 blackvitriol

Follow: https://github.com/Glartek/flutter-unity/pull/55

Ahmadre avatar Mar 31 '22 17:03 Ahmadre

A complete plugin is available here: https://pub.dev/packages/unity_widget

Ahmadre avatar Apr 21 '22 00:04 Ahmadre

I believe web is now supported but isn't documented yet.

@juicycleff is that right? I was thinking of doing a PR to tidy up the readme.md file and add more info, but I've seen you mention elsewhere that you're working on a documentation website. How is that going and should I hang fire on working on the readme?

jamesncl avatar Jun 07 '22 17:06 jamesncl

Yes it's working, I just need to wrap up some update will invite you to the repo @jamesncl. You can update the readme the docs is basically what's in the readme anyway and feel free to add your face to the contributors list in the readme

juicycleff avatar Jun 07 '22 17:06 juicycleff

Web fixes are here:

Follow and upvote these Fixes:

  • https://github.com/juicycleff/flutter-unity-view-widget/pull/616
  • https://github.com/juicycleff/flutter-unity-view-widget/pull/617
  • https://github.com/juicycleff/flutter-unity-view-widget/pull/618

Ahmadre avatar Jun 11 '22 02:06 Ahmadre

I'm trying to set up a project to run on the web right now. I don't see anywhere that has steps on how to setup either unity or flutter for web deployment. Can you guys point me to some doc on setting it up from the ground up? Even if it's not a clean doc, I'm happy to document the steps (I'll be doing it either way for my own team) for you guys to use as well.

chadlyalan avatar Jun 22 '22 21:06 chadlyalan