原文链接:http://blog.youkuaiyun.com/nateyang/article/details/8804625
http://forum.unity3d.com/threads/81943-Resource-Not-Found
android的ID到unity重新编译了。
在android里面int id = R.xxx.yyy不要这么写了,写成int id = getResoutces().getIdentifier("xxx","yyy",“R文件的包名”);
本文介绍了在Unity开发环境中正确引用Android资源的方法。为了避免资源找不到的问题,推荐使用getIdentifier方法代替直接使用R.xxx.yyy的方式。
原文链接:http://blog.youkuaiyun.com/nateyang/article/details/8804625
http://forum.unity3d.com/threads/81943-Resource-Not-Found
android的ID到unity重新编译了。
1527
1万+
2402

被折叠的 条评论
为什么被折叠?