mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
移除防裁剪脚本中相机权限的引用
移除防裁剪脚本中相机权限的引用
This commit is contained in:
@@ -29,11 +29,6 @@ public class DisStripCode : MonoBehaviour
|
||||
RegisterType<AnimationState>();
|
||||
RegisterType<Animator>();
|
||||
RegisterType<Animation>();
|
||||
|
||||
//IOSCamera ios下相机权限的问题,用这种方法就可以解决了 问题防裁剪。
|
||||
foreach (var _ in WebCamTexture.devices)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private void RegisterType<T>()
|
||||
|
Reference in New Issue
Block a user