Bobbin is a small Unity editor tool that automatically downloads files into your Unity project
- downloads files from any URL, and/or any publicly viewable Google Docs or Google Sheets without any login
- perfect for collaborating with designers, writers, or translators... edit collaboratively in browser, auto-import into your game
- all your settings (URLs and file paths) are saved in a ScriptableObject, convenient for source control
- really lightweight; the core code is just 3 C# files
- go to "Releases", download the latest unitypackage, and import it into your Unity project
- for more info / help, see the Wiki
- tested on Unity 2018.3.2f1
- MIT
- this uses Editor Coroutines