Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryannielson/bedrock-unity

A collection Unity scripts to help get your projects off the ground.
https://github.com/ryannielson/bedrock-unity

game-development unity

Last synced: 9 days ago
JSON representation

A collection Unity scripts to help get your projects off the ground.

Awesome Lists containing this project

README

        

# Bedrock
A collection Unity scripts and assets to help get your projects off the ground. This is a work in progress and will be improved quite rapidly.

## Features

- [AssetProcessors](https://github.com/RyanNielson/Bedrock/tree/master/Assets/Bedrock/AssetProcessors) - Scripts to modify the behaviour when an asset is imported.
- [DataTypes](https://github.com/RyanNielson/Bedrock/tree/master/Assets/Bedrock/LifeSpan) - A collection of useful data types to supplement the pre-existing Unity classes.
- [LifeSpan](https://github.com/RyanNielson/Bedrock/tree/master/Assets/Bedrock/LifeSpan) - Set the life span of an object in the editor or at runtime and have Unity destroy it for you.

## Contributing
Feel free to contributes additions, enhancements, or fixes. Please see [CONTRIBUTING](https://github.com/RyanNielson/Bedrock/blob/master/CONTRIBUTING.md) for details.