Rick van Dijk

Results 1 comments of Rick van Dijk

@behnamsattar it seems like I've been able to fix it for now by just calling `resume` on the controller: ``` Future _onUnityCreated(UnityWidgetController controller) async { _unityWidgetController = controller; if (!_hasBeenRestarted)...