Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This tool allows you to load assets outside res://, like mp3, ogg, wav, png and jpg.
external-file-loader-godot
This tool allows you to load assets outside res://, like mp3, ogg, wav, png and jpg in Godot Game Engine
##Installation
- Download it via Godot asset library
- Activate it in the ProJectSettings/Plugins
- Enjoy it
##How to use It adds a new autoload script to your Project, named Loader. It provides different functions. You can call it in all your Scripts using Loader.[function-name(file-path)]
###Available source types this addon can load
- MP3
- WAV
- OGG
- PNG
- JPG
(More file types are coming soon)
##If you want to support me, join our Discord: https://dsc.gg/codeblocksmc
This tool allows you to load assets outside res://, like mp3, ogg, wav, png and jpg.
Reviews
Quick Information
This tool allows you to load assets outside res://, like mp3, ogg, wav, png and jpg.