【资源路径】修改炮台资源加载路径

main
刘涛 2024-11-12 12:10:30 +08:00
parent 5455e2b5bd
commit 78a8e9b529
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ namespace Gameplay.Utils
public static string GetBatteryModelPath(string batteryName)
{
// Assets/Art_Out/Manual/Battery/P_R00005_01.prefab
return $"Assets/Art_Out/Manual/Battery/{batteryName}.prefab";
// Assets/Art_Out/AutoGen/Battery/P_R00001_01/P_R00001_01.prefab
return $"Assets/Art_Out/AutoGen/Battery/{batteryName}/{batteryName}.prefab";
}
public static string GetWeatherUIPath(string pngName)