Commit Graph

664 Commits

Author SHA1 Message Date
851eb30937 Update status message to reflect spatial audio readiness 2026-04-02 19:44:59 +02:00
3cf32123e9 Pass loaded audio assets to App component 2026-04-02 19:43:51 +02:00
ccbe4a6403 Add audio file input and handler in App.tsx 2026-04-02 19:43:51 +02:00
02295bef0e Add import audio button and display audio assets in App.tsx 2026-04-02 19:43:25 +02:00
1e79eb0ae8 auto-git:
[change] src/app/App.tsx
2026-04-02 19:43:20 +02:00
dd36e56dd0 Sync audio assets in the asset synchronization logic 2026-04-02 19:43:12 +02:00
b76021bd12 Update effect to update loaded audio assets ref 2026-04-02 19:43:12 +02:00
b9b07b5980 Add state and ref for loaded audio assets in App.tsx 2026-04-02 19:43:12 +02:00
b031577952 Remove unused constants from App.tsx 2026-04-02 19:43:12 +02:00
4df9a77f32 Import functions to create play and stop sound interaction links 2026-04-02 19:42:35 +02:00
4f9ccdc732 Add play and stop sound links for triggers and interactables 2026-04-02 19:42:35 +02:00
5bbdae01b4 Simplify sound emitter selection and add play/stop sound buttons 2026-04-02 19:42:27 +02:00
fc3e52a957 Update defaultTarget selection logic in App.tsx 2026-04-02 19:42:22 +02:00
60dd0d58a5 Add playableSoundEmitterOptions filter to App.tsx 2026-04-02 19:42:22 +02:00
6942ee8bb0 Remove redundant null checks in App.tsx 2026-04-02 19:42:22 +02:00
25cea89d3e Add sound interaction options in App.tsx 2026-04-02 19:42:06 +02:00
ee355891ef Add playSound and stopSound test IDs to App.tsx 2026-04-02 19:42:05 +02:00
2692e1aff7 Add function to update sound interaction link target 2026-04-02 19:41:48 +02:00
7424cb7304 Add playSound and stopSound interaction links 2026-04-02 19:41:43 +02:00
b461e31b0b Implement handleAddSoundInteractionLink in App.tsx 2026-04-02 19:41:36 +02:00
545b402228 Add soundEmitterOptions to App.tsx 2026-04-02 19:41:36 +02:00
575f629854 Update sound emitter form fields and labels 2026-04-02 19:41:11 +02:00
de9b0e640e Add sound emitter asset selection state 2026-04-02 19:40:51 +02:00
db75c6bf7e Update sound emitter entity creation logic 2026-04-02 19:40:51 +02:00
4b8febe587 Add support for audio assets in sound emitters 2026-04-02 19:40:38 +02:00
4ca82356f7 Update entity selection and sound emitter handling in App.tsx 2026-04-02 19:40:31 +02:00
21c0c0a5fc Add audio asset support in App and RunnerCanvas components 2026-04-02 19:40:23 +02:00
74e7be5073 Refactor interaction link handling in App.tsx and update tests 2026-04-02 19:20:15 +02:00
ac70526b2a Remove Materials panel from App.tsx 2026-04-01 05:18:30 +02:00
1bed768ca0 Add material selection and clear material buttons in App.tsx 2026-04-01 05:18:25 +02:00
423eaa733d Close conditional rendering blocks in App.tsx 2026-04-01 04:59:41 +02:00
8f42c223a4 Add conditional rendering for Inspector panel 2026-04-01 04:59:41 +02:00
301f1c5811 Conditionally render World panel based on selection kind 2026-04-01 04:59:41 +02:00
a2af5b4ec8 Remove unused state variables in App.tsx 2026-04-01 04:24:02 +02:00
9c91e4aca3 Remove Trigger Sources section from App.tsx 2026-04-01 04:21:47 +02:00
60562d98fb Remove triggerOnEnter and triggerOnExit from App.tsx 2026-04-01 04:21:47 +02:00
261f44b906 Remove unused state variables from App.tsx 2026-04-01 04:21:29 +02:00
ba3e09c4fc Simplify interaction link deletion logic in App.tsx 2026-04-01 04:21:29 +02:00
3f50ba13bb Remove unused function syncTriggerVolumeFlags from App.tsx 2026-04-01 04:21:11 +02:00
555a0d9910 Update App.tsx to re-sync trigger volume flags after deleting an interaction link 2026-04-01 04:20:50 +02:00
0aab6a7da6 Add function to sync trigger volume flags after mutation 2026-04-01 04:19:36 +02:00
09f962c390 Derive triggerOnEnter/triggerOnExit from actual links 2026-04-01 04:19:31 +02:00
064da0c338 Add loop checkbox to interaction link form 2026-04-01 04:07:29 +02:00
b635081d62 Add loop property to play animation interaction links and update migration script 2026-04-01 04:06:16 +02:00
897fedce5b auto-git:
[change] src/app/App.tsx
2026-04-01 02:54:02 +02:00
104e905f60 auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:52 +02:00
644229e47a auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:51 +02:00
56d7f176d5 auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:13 +02:00
1c6551f6f5 auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:03 +02:00
36045e53ca Update interaction action labels for play and stop animation 2026-04-01 00:17:46 +02:00