babakcode / o3d

The Flutter 3D objects easy controller ( glb format )
https://pub.dev/packages/o3d
BSD 3-Clause "New" or "Revised" License
39 stars 15 forks source link

Not working on iOS #7

Open jadantoun0 opened 5 months ago

jadantoun0 commented 5 months ago

When I try to load a glb object in iOS and invoke this method:

animations = await _controller. availableAnimations();

I get the following error:

Exception has occurred. FormatException (FormatException: Unexpected character (at character 1) ( ^ )

Any idea how I can solve this issue?

Note that its working well on Android.

babakcode commented 3 months ago

Hi @jadantoun0, I fixed this issue in the latest version. Please check it out and send your feedback.