playMaker

Author Topic: Load Audio file from path  (Read 993 times)

SawyerK

  • Junior Playmaker
  • **
  • Posts: 99
Load Audio file from path
« on: December 19, 2021, 08:57:22 AM »
Hi!
I want to create a custom radio for my game where players can put there WAV audio file into a folder and load it into the in-game radio.
I have found a Check if file exist and a Load from file action on the Ecosystem but the Load from file only loads in txt with a string.
Is there a way to load in WAV (or other) audio file that i can use as an AudiClip?

Thank you in advance!