@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 4a6eaddfb3bfecf479d8d3a3f1f30d57
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
+guid: 0bf5a4388559b034fa0348f5330303ef
+guid: c6fdf170c41094947ab93e9608045ab8
@@ -162,7 +162,6 @@ public class AudioHelper
{
// 合并完整路径信息
string audioPath = PathHelper.CombineFilePath(PathHelper.m_ReadOnlyPath, _folderName, _audioName + ".mp3");
-
// 判断文件是否存在
if (File.Exists(audioPath))
@@ -109,7 +109,8 @@ namespace QFramework
Destroy(partListPanel.CurrentAutoDisassemblyObj);
DeviceController.instance.gameObject.SetActive(true);
+ //¹Ø±Õʱ¼äËø¶¨
+ Time.timeScale = 1;
CloseSelf();
}
@@ -102,6 +102,7 @@ namespace QFramework
/// </summary>
public void OnExpandBtnClick()
+ Debug.Log("click" + m_Expand);
m_Expand = !m_Expand;
if (m_Expand)