juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.12k stars 512 forks source link

No AR Foundation samples #721

Open pixlhero opened 1 year ago

pixlhero commented 1 year ago

In the readme it says

There are now two unity app examples in the unity folder, one with the default scene and another based on Unity AR foundation samples.

However I can only find one unity project at example/unity/DemoApp, and even though it contains the ARFoundation packages, there are no scenes using AR at all. Are these examples moved somewhere else? If yes the readme should be updated.

timbotimbo commented 1 year ago

I don't think the arfoundation example was ever uploaded. That line in the readme has been there for over a year, without a second unity project being added. Probably some good intentions that never ended up happening.

The project is still current, and breaking issues with Unity or OS updates get fixed. But it is not the main focus of the creator/maintainer.

I can confirm from experience that ARFoundation works in both Unity 2019 and 2021 (and I expect 2020 & 2022 to be the same) , but I don't have any ready made examples.

andyshephard commented 1 year ago

The readme does link to another GitHub repository which has an AR example. This is it: https://github.com/juicycleff/flutter-unity-arkit-demo

pixlhero commented 1 year ago

@andyshephard yeah I saw that repository as well, but didn't work for me. And it seems kind of dead (no commits for 3 years, no answers to issues).