最新相机相册插件!!请看这里,安卓与IOS通用,兼容所有版本
https://blog.youkuaiyun.com/x1017619024/article/details/104821926
本篇博客插件已不推荐,而且会有一些图片方向问题的bug
原插件在这篇博文。
作者实现了裁剪照片功能并返回Texture,经过一番查看arr源码,我新建了AndroidStudio项目把裁剪功能去掉,只保留了返回Unity路径。
路径返回Unity并加载Texture
private static Action<string> pathAction;
public void OpenPhoto(Action<string> done)
{
AndroidJavaObject jo =