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.
- Host: GitHub
- URL: https://github.com/bitcake/bitstrap
- Owner: bitcake
- License: mit
- Created: 2017-10-18T18:17:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:41:39.000Z (over 2 years ago)
- Last Synced: 2024-08-02T05:13:47.217Z (over 1 year ago)
- Language: C#
- Homepage: https://www.assetstore.unity3d.com/en/#!/content/51416
- Size: 1.25 MB
- Stars: 205
- Watchers: 16
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity3d - bitstrap - BitStrap is BitCake's collection of Unity tools that improve our workflow (Open Source Repositories / Utilities)
- awesome-opensource-unity - bitstrap - BitStrap is BitCake's collection of Unity tools that improve our workflow. (Open Source Packages / Utilities)
- awesome-unity3d - bitstrap - BitStrap is BitCake's collection of Unity tools that improve our workflow (Open Source Repositories / Utilities)
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.

###### Organize your AnimatorControllers with nested AnimationClips.

###### Make use of these helpful attributes to spice your inspectors up without ever writing a custom editor.

###### Gorgeous and UI ready blur.

###### Extendable graph editor. Make your own nodes!

###### Read those pesky debug logs in runtime even after the build.

###### Animate your shader params without allocating a new Material.

###### Some Vector utilities with an eye candy editor.
