You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works on web platform (after model is loaded 'idle' animation starts playing), but on android mobile device (emulator and real device both) it doesn't work (model stays in t-pose until screen is refreshed somehow, but camera orbit is set correctly).
Previously I have experienced some issues like that because of lags on mobile device so doing some small delay between setting camera orbit and playing animation was fixing the situation, but this time delay trick didn't work out, so problem is probably somewhere deeper.
The text was updated successfully, but these errors were encountered:
I have code like this:
It works on web platform (after model is loaded 'idle' animation starts playing), but on android mobile device (emulator and real device both) it doesn't work (model stays in t-pose until screen is refreshed somehow, but camera orbit is set correctly).
Previously I have experienced some issues like that because of lags on mobile device so doing some small delay between setting camera orbit and playing animation was fixing the situation, but this time delay trick didn't work out, so problem is probably somewhere deeper.
The text was updated successfully, but these errors were encountered: