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:
@@ -6,7 +6,7 @@ using UnityEngine.UI;
|
||||
|
||||
namespace OCES.Audio.Editor
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
#if UNITY_EDITOR || DEVELOPMENT_BUILD
|
||||
public sealed class DebugInfoCollector : MonoBehaviour
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user