CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
317 stars 228 forks source link

App crashes when loading my .gltf file #221

Open gawlas149 opened 4 months ago

gawlas149 commented 4 months ago

I'm trying to use my own .gltf files in Example "Local & Online Objects" and after few seconds app crashes without showing any errors. The file Chicken_01 given in the example works without any problems. My files are exported from blender. I added them to Models folder (similar to Chicken_01) and changed uri accordingly. image image

Do these files work for you? Or maybe I'm doing something wrong?

[files.zip]([https://github.com/CariusLars/ar_flutter_plugin/files/14300299/files.zip]

rezafakhreza commented 1 month ago

I'm also having this problem, have you solved it yet?

gawlas149 commented 1 month ago

Try using this plugin instead https://pub.dev/packages/ar_flutter_plugin_flutterflow

hubo2024 commented 2 weeks ago

I can load local .gltf model file 実装後のイメージ