From 3acea6c42afb2663c1e306693458d96141587aba Mon Sep 17 00:00:00 2001 From: James Date: Sat, 28 May 2022 14:13:12 +0100 Subject: [PATCH] Added missing call to completed in createPlayer to resolve issue #540 (Blank screen on initializing UnityWidget, iOS) --- ios/Classes/UnityPlayerUtils.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Classes/UnityPlayerUtils.swift b/ios/Classes/UnityPlayerUtils.swift index f18549df..b384aad7 100755 --- a/ios/Classes/UnityPlayerUtils.swift +++ b/ios/Classes/UnityPlayerUtils.swift @@ -132,6 +132,7 @@ var sharedApplication: UIApplication? self.initUnity() unity_warmed_up = true + completed(controller?.rootView) self.listenAppState() }