artemsivcev
artemsivcev
Hi! Our team want to help with this issue (windows part of it). Is there any new information about this feature?
I also had the same problem. After scene loaded and made it active I called this: `Screen.orientation = ScreenOrientation.AutoRotation;` And it makes scene screen white on iOS. Just commented it...
There is another way to fix it. Just call `unityController.resume()` after you get white screen. It also helps.
Other quick fix - open folder with easy_localization, find pubspec.yaml, and change this ` path: '>=1.8.0-0 =1.8.0-0
see my [PR](https://github.com/ShekarMudaliyar/social_share/pull/79)