An open API service indexing awesome lists of open source software.

https://github.com/bitcake/bitstrap

BitStrap is BitCake's collection of Unity tools that improve our workflow.
https://github.com/bitcake/bitstrap

Last synced: 7 months ago
JSON representation

BitStrap is BitCake's collection of Unity tools that improve our workflow.

Awesome Lists containing this project

README

          

# BitStrap

BitStrap is [BitCake](http://bitcakestudio.com/)'s collection of Unity tools that improve our workflow.

We use it across several projects and hope it will be of help for yours! :)

## What is this project for?

This is our humble way to give back to the gamedev community.
We hope this will ease other people lives when working with Unity.

You are free to use these tools in whatever project you're doing. Make us proud! :D

## Common Use Cases

If you're unsure of how can BitStrap help you, here's a list of common use cases where BitStrap shines!

[List of common use cases](../../wiki/Common-Use-Cases)

## Getting started

Use Unity's Package Manager and add from a git url:
```
https://github.com/bitcake/bitstrap.git#upm
```
Currently BitStrap has been tested on Unity:
* 2020.3 LTS
* 2021.3 LTS

## Documentation

NOTE: Right now we're moving all the documentation to this repository [Wiki](https://github.com/bitcake/bitstrap/wiki)!

Although the classes are already documented, we also have a simple web page
containing a feature list followed by a quick explanation of each. You can think
of it as a "table of contents".

[Legacy documentation Link](https://docs.google.com/document/d/1LzsjBetzXnpR-nto8zqYLRxRvjW_DcPP_zOH-stSWVA/pub)

## I need ~healing~ help

If you have any issues using the tool, feel free to contact us through the [Issues](https://github.com/bitcake/bitstrap/issues) page here on github and we'll try to help!

## Awesome contributors

* Timothy McGill ([DragonSmack.com](http://dragonsmack.com))
* Maso Inar ([bitbucket.org/masoinar](https://bitbucket.org/masoinar/))
* Johannes Deml ([johannesdeml.com](http://johannesdeml.com) | [@DemlJohannes](https://twitter.com/DemlJohannes))
* Luiz Wendt ([https://lawendt.github.io/](https://lawendt.github.io/))

### [Licensed under _MIT License_](LICENSE)

### [How to contribute](CONTRIBUTING.md)

### [Changelog](Assets/CHANGELOG.md)

## Screenshots

###### Access Animation parameters without hardcoded strings.
![](Documentation/Screenshot_AnimationParameters.png)

###### Organize your AnimatorControllers with nested AnimationClips.
![](Documentation/Screenshot_AnimatorEditor.png)

###### Make use of these helpful attributes to spice your inspectors up without ever writing a custom editor.
![](Documentation/Screenshot_Attributes.png)

###### Gorgeous and UI ready blur.
![](Documentation/Screenshot_BackgroundBlur.png)

###### Extendable graph editor. Make your own nodes!
![](Documentation/Screenshot_GraphEditor.png)

###### Read those pesky debug logs in runtime even after the build.
![](Documentation/Screenshot_RuntimeConsole.png)

###### Animate your shader params without allocating a new Material.
![](Documentation/Screenshot_TweenShader.png)

###### Some Vector utilities with an eye candy editor.
![](Documentation/Screenshot_VectorHelperExample.png)