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.15k stars 524 forks source link

Unity Unload Freezes application in ARFoundation #459

Open git-radiusmedia opened 3 years ago

git-radiusmedia commented 3 years ago

Hi every time I try to use the Unload function with the AR library the resources dont get unloaded and the Unity app freezes on the second time I try to open it.

folcjin commented 3 years ago

https://folcjin.tistory.com/116

AkhilRaja commented 2 years ago

I have the same issue. Unloading resources happens when you open unity the second time and that causes a freeze.

juicycleff commented 2 years ago

@AkhilRaja have you tried the latest release and checked to see if it freezes?

AkhilRaja commented 2 years ago

@AkhilRaja have you tried the latest release and checked to see if it freezes?

Thankyou, I am yet to try 4.2.5, it was reproduced on 4.2.4. Will update my findings ASAP