【发布时间】:2013-02-06 09:53:55
【问题描述】:
当我退出everyplay界面时,有时它会导致我的整个统一渲染窗口向左并向上移动大约25%。
似乎只有第二次关闭everyplay界面时才会发生。
【问题讨论】:
标签: everyplay
当我退出everyplay界面时,有时它会导致我的整个统一渲染窗口向左并向上移动大约25%。
似乎只有第二次关闭everyplay界面时才会发生。
【问题讨论】:
标签: everyplay
最新的 1.0.8 SDK 引入了对 Unity 插件本机代码级别的更改, 你能不能评论一下
/* Force orientation check, orientation could have changed while Unity was paused */
UIInterfaceOrientation orientIOS = UnityGetGLViewController().interfaceOrientation;
ScreenOrientation orientation = ConvertToUnityScreenOrientation(orientIOS, 0);
UnitySetScreenOrientation(orientation);
从您的项目 Assets/Plugins/iOS/EveryplayUnity.mm 中查看它是否效果更好 没有它?
【讨论】: