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