All Projects → radiatoryang → Bobbin

radiatoryang / Bobbin

Licence: mit
small Unity editor tool that can automatically download and import Google Docs or Sheets (or anything with a URL) into your Unity project; perfect for collaborating with designers, writers, or translators

Projects that are alternatives of or similar to Bobbin

1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-53.98%)
Mutual labels:  unity, unity3d, game-dev
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (+76.7%)
Mutual labels:  unity, unity3d, game-dev
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-3.41%)
Mutual labels:  unity, unity3d, game-dev
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+305.68%)
Mutual labels:  unity, unity3d, game-dev
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-63.64%)
Mutual labels:  unity, unity3d, game-dev
Number Wizard Ui Original
Introducing basic User Interface in the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
Stars: ✭ 18 (-89.77%)
Mutual labels:  unity, unity3d, game-dev
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+127.84%)
Mutual labels:  unity, unity3d, game-dev
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-63.64%)
Mutual labels:  unity, unity3d, game-dev
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-51.14%)
Mutual labels:  unity, unity3d, game-dev
Unitymobileinput
Unity mobile Input plugin for iOS and Android (Unity UI compatible)
Stars: ✭ 170 (-3.41%)
Mutual labels:  unity, unity3d
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-1.14%)
Mutual labels:  unity, unity3d
Bloodfx
Procedural blood stain shader
Stars: ✭ 170 (-3.41%)
Mutual labels:  unity, unity3d
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-7.39%)
Mutual labels:  unity, unity3d
Qframework
Unity3D System Design Architecture
Stars: ✭ 2,326 (+1221.59%)
Mutual labels:  unity, unity3d
Aim Ik
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.
Stars: ✭ 164 (-6.82%)
Mutual labels:  unity, unity3d
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-2.27%)
Mutual labels:  unity, unity3d
Ugui Mvvm
Unity3D uGUI mvvm databinding via the standard IXChanged interfaces used in wpf (INotifyPropertyChanged, INotifyCollectionChanged, etc)
Stars: ✭ 169 (-3.98%)
Mutual labels:  unity, unity3d
Commonchinesecharacter
游戏开发中的常用汉字字库,包括3500常用字和7000常用字
Stars: ✭ 162 (-7.95%)
Mutual labels:  unity, unity3d
Openvdbforunity
Unity plugins for OpenVDB
Stars: ✭ 166 (-5.68%)
Mutual labels:  unity, unity3d
Unitydxrtest
A testbed project for Unity real-time ray tracing features
Stars: ✭ 172 (-2.27%)
Mutual labels:  unity, unity3d

bobbin

Bobbin is a small Unity editor tool that automatically downloads files into your Unity project

  • downloads files (text, images, etc) from any URL, and/or any publicly viewable Google Docs or Google Sheets without any login or OAuth
  • perfect for collaborating with designers, writers, or translators... edit stuff collaboratively in browser, and then auto-import the data directly into your game
    • NOTE: it's up to you to write game code to read / process the files!
    • NOTE: this is a one-way no-auth read-only sync, you CANNOT use this to upload local changes back into Google Docs, etc.
  • 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

how to use it

  • go to "Releases", download the latest unitypackage, and import it into your Unity project
  • for more info / help, see the Wiki
  • pairs well with Yarn Spinner
  • tested on Unity 2018.3.2f1

if you need a serious spreadsheet solution, this isn't it

This is just a simple tool that only downloads files, and does nothing more! For a big fancy tool that can generate data-types / C# auto-completion, here are some better options for integrating spreadsheet data into your game:

license

  • MIT

acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].