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.
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.