gameplay所有基本功能都装了,加入了全局警告。加入飘字等各种东西。
This commit is contained in:
@@ -117,12 +117,7 @@ public class groundParticularController : MonoBehaviour
|
||||
// 持续发射逻辑
|
||||
UpdateContinuousEmit();
|
||||
|
||||
// 强制打印当前状态
|
||||
if (Time.frameCount % 60 == 0)
|
||||
{
|
||||
string audioStatus = musicSource != null ? (musicSource.isPlaying ? "Playing" : "Paused/Stopped") : "Null";
|
||||
Debug.Log($"[GroundParticular] Vol: {_currentAverageVolume:F3}, Status: {audioStatus}");
|
||||
}
|
||||
|
||||
|
||||
// 起点缩放抖动
|
||||
if (startPoint != null)
|
||||
|
||||
Reference in New Issue
Block a user