We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1584e1 commit aca5e9fCopy full SHA for aca5e9f
Assets/Editor/ProjectSettingEditor/ProjectSettingEditor.cs
@@ -53,7 +53,7 @@ static void Start()
53
PlayerSettings.SetArchitecture(BuildTargetGroup.iOS, 1);
54
#endif
55
56
- var folderList = new string[] { "Assets/StreamingAssets", "Assets/Bundles/AOTCode", "Assets/Bundles/Code", "Assets/Bundles/Config", "Assets/Bundles/Sound", "Assets/Bundles/UI" };
+ var folderList = new string[] { "Assets/StreamingAssets", "Assets/Bundles/AOTCode", "Assets/Bundles/Code", "Assets/Bundles/Shader", "Assets/Bundles/Textures", "Assets/Bundles/Sprites", "Assets/Bundles/Config", "Assets/Bundles/Sound", "Assets/Bundles/UI" };
57
foreach (var folder in folderList)
58
{
59
// 本地文件夹是否存在()
0 commit comments