How to Preload Unity to Improve UnityWidget Load Time
I'm using UnityWidget on one page of my project, and when the user opens that page, it takes a long time to load. I tried setting runImmediately = true on UnityWidget and tested it on Android, but the widget still takes a long time to load when the page is accessed.
Do you have any suggestions on how to preload Unity before the user navigates to the page? Note that if runImmediately = true doesn't works.
*Expected Behavior Unity should be loaded (or preloaded) before the user opens the page containing UnityWidget.
Same here. I would be interested in preloading the Unity framework.
Same here!
Same here! The pure native unity package starts very quickly, but when flutter packages unity, it feels like the first unity logo takes about four or five seconds, a black screen is displayed, and then it takes four or five seconds to load the unity logo. Is there any good solution?