feat: Add haptic system integration and audio test UI

- Add new audio assets and PlaySoundBind script for testing audio playback via UI input field.
- Implement haptic feedback integration in SfxSystem and fix initialization timing in HapticSystem.
- Update project settings with correct Android target architecture.
- Adjust DSP buffer size and enable development build debug logging.
This commit is contained in:
2026-04-14 10:18:34 +08:00
parent c3d520d969
commit f7ca4b620e
15 changed files with 858 additions and 34 deletions
@@ -6,7 +6,7 @@ using UnityEngine.UI;
namespace OCES.Audio.Editor
{
#if UNITY_EDITOR
#if UNITY_EDITOR || DEVELOPMENT_BUILD
public sealed class DebugInfoCollector : MonoBehaviour
{