-
-
Notifications
You must be signed in to change notification settings - Fork 65
Methods_T_MSCLoader_ModAudio
piotrulos edited this page Dec 18, 2024
·
3 revisions
| LoadAudioClipFromFile | Load audio from file and return as AudioClip (supported formats: *.mp3, *.ogg, *.wav, *.aiff, *.flac) |
| LoadAudioFromFile | Load audio from file |
| Play() | Play loaded audio file |
| Play(Single, Single) | Play loaded audio file from specifed time. |
| Stop | Stop playing audio file |
| Time | Get current time position of audio file |
| TotalTime | Get total time of audio file |
- How to install MSCLoader using MSCLInstaller
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- How to create and use Asset Bundles