I am trying to create custom radio tracks in my Unity game, and I want the user to be able to place audio files in a directory like My Documents/My Games/Unity Game/Custom Sounds/ . Then I want Unity to put all audio clips from this folder into an array for me to use in my code. I have searched but cannot find anything about loading a file you don't know the exact path of, or how many there will be
Load a folder of files defined by the user at runtime? Custom radio
423 views Asked by Toxxic At
1
There are 1 answers
Related Questions in UNITY-GAME-ENGINE
- How to use invokerepeating and make ui text fade in/out over time?
- Player input not working properly in unity
- Get block in Mesh Unity
- Does Unity render invisible material?
- Physics.OverlapSphere couldn't detect my ‘Player’
- Cannot sync non-player objects in Unity mirror
- How to script a simple collision using hands in OVRCameraRigInteraction?
- Drawing on 3D object at Unity
- How to Override Spline Rotation for Player-Controlled Car in Racing Game?
- Why doesn't my enemy shield take damage first. Instead both enemy and shield are being destroyed together
- unity + Vuforia balck screen in android AR app
- how do I change an objects tag when the game closes
- How to remove white space in a user's input through an input field in Unity?
- Timeline doesn't start eventhough it recognises the trigger input
- Ragdoll 2D Aiming
Related Questions in FILESYSTEMS
- Where exactly is the first data sector on a FAT file system?
- `df` command not capturing entire output in perl
- Is it possible to mount a logical volume without wiping the data?
- Speed up search of remote directories
- How to change the directory file system without losing files?
- Flutter SDK: Files Deleted Automatically (e.g., dart.exe), Errors in Android Studio
- How to store metadata for a UTF-8 text file cross-platform?
- fsck error on boot: dev/mapper/ubuntu--vg-ubuntu--lv: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY
- rouble with mounting Python code to FUSE: No response and prolonged processing ---
- mkfs.erofs erofs: failed to lookup selabel
- How to deny user access MacFuse file system by the really path
- Is it faster to read a file on an NVMe using threads?
- list folders containing mp3 files using the Capacitor Filesystem
- How to use xdg-open in bwrap environment to open dir in the unsandboxed filesystem
- How to provide content of (locally) encrypted files to the iOS and macOS system
Related Questions in ASSETS
- Assets not showing after build process in Vite and React
- Importing assets in Python doesn't work after making a build
- Assets are not loading when navigating to different pages in Next.js
- Vite / Rollup Static Asset Copy Hook
- Combination of latest versions of vite, vue, @vitejs/plugin-vue and vite-plugin-virtual-mpa is not including asset urls in build output
- Migration from Resources to Addressables is not safe?
- How to include remote Addressables group in the application build, to always have cached version
- mp3 static asset served from the .next directory is giving me a 404 not found error
- Ron file not detected by browser
- Can't set Depreciation Start Date with Assets API
- Unable to find assets
- rails Error: assets Precompiling assets failed. Cannot find package
- filter out dagster assets based on group_name
- "aes_crypt_null_safe 2.0.2" Source file does not exist ERROR on Android
- How to add samples in Asset Store?
Related Questions in AUDIOCLIP
- Python/Audio Classification - Split audio file based on repetition
- How to convert base64 mpeg to AudioClip in Unity? (part 2)
- How to convert base64 mpeg to AudioClip in Unity?
- Unity something went wrong when play too many audio clips simultaneously
- Change Song on Button Press
- Unity3d how to play streamed audio via Audioclip?
- How to loop audio clip in unity infinitely
- AudioClip.Length is incorrect when loading from UnityWebRequestMultimedia GetAudioClip
- How can i import a .mp3 file into Eclipse used for an audioClip in JavaFX
- JavaFx - Play audio on beginn with animation
- How to Fade Audio In Unity C#
- How do I add looping on HTML5 audio?
- JavaFX AudioClip doesn't play certain mp3 files
- Encrypting and decrypting audio clip to file unity
- Unity - issue with AudioClip array
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
From @Eddge: