本文介绍了重命名UIMap.uitest文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我希望系统中的每个页面都有一个UIMap.uitest文件,以使其可维护。我尝试重命名该文件,但它不会让我。我不想将代码移动到UIMap.cs文件并为每个页面都有一个UIMap.cs文件,因为那样我就不能再在编辑器中编辑它们了,不能重新录制它们。
I would like to have one UIMap.uitest file for each page in our system, to make it maintainable. I try to rename the file but it won't let me. I don't want to move code to the UIMap.cs file and have one UIMap.cs file for each page, because then I cannot edit them in the editor anymore and cannot be re-recorded.
推荐答案
问候,
Abhinav
这篇关于重命名UIMap.uitest文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!