Bricks Bucket
A downloadable Unity Package
IMPORTANT NOTICE
This project has been canceled as of 2022 and will no longer accept contributions or offer support. It has been moved from Bitbucket to GitHub and is now maintained as a public archive.
Future of Bricks Bucket
While the project itself is no longer active, several exciting projects have emerged from its development. We encourage you to explore the Property Refs project, which offers a streamlined way to manage component properties in Unity.
We hope that the concepts and tools developed in Bricks Bucket will continue to inspire new projects and solutions.
Bricks Bucket Core Package
Modular framework for Unity that facilitates game development by offering reusable components, collections, dynamic properties, and custom editor tools. The package simplifies common development tasks and enhances workflow through modular attributes and efficient pooling systems.
Source Code | Manual | API
Modules
Core Module: Provides foundational functionality that other modules build upon, including base classes and utilities. It helps manage modularity in projects by ensuring components interact smoothly.
Attributes Module: Offers custom attributes to simplify component configuration and enhance inspector usability. This is particularly useful for developers seeking to streamline the setup of serialized fields and UI elements.
Collections Module: Contains a set of reusable collections for managing groups of objects, which are optimized for performance. This makes handling large datasets or object groups easier.
Editor Section: Contains custom editor utilities that extend Unity’s Inspector and Editor windows. It provides tools for enhanced editor scripting, allowing developers to build custom workflows.
Dynamic Properties: Provide a flexible way to handle properties that change during runtime, making it easier to manage and modify values for game objects in dynamic situations. Example scripts illustrate how to implement and modify properties both from the editor and programmatically.
Math Utilities: Contains helpful math functions to assist in common operations like vector manipulations, matrix transformations, and more.
Pooling System: Provides an efficient way to manage reusable objects. This helps improve performance by minimizing garbage collection overhead and reusing objects rather than creating new ones every time.
Bricks Bucket: Postman Collection Schema
This Unity package provides C# model classes representing the Postman Collections schema, supporting Postman Collections version 2.0. These models facilitate the manipulation and use of Postman collection data within Unity projects, making it easier to parse, generate, and integrate these collections.
Bricks Bucket: Zeplin API
This Unity package provides C# model classes for the Zeplin API, enabling seamless integration of Zeplin design assets and data into Unity projects. The models make it easy to interact with Zeplin's data structure, facilitating Unity-based workflows that utilize design assets and specifications directly from Zeplin.
Bricks Bucket: Localization
This unfinished Unity package provides a set of C# Enums that implement widely used international standards relevant to localization. While the project itself is no longer under development, these Enums may serve as useful resources for developers working with location-based data.
The package includes:
- ISO 15924: Defines script codes (e.g., Latin, Cyrillic) used in text encoding.
- ISO 639: Specifies language codes, such as
en
for English,fr
for French, etc. - ISO 3166: Defines country codes (e.g.,
US
for the United States,JP
for Japan). - UN M49: Provides region codes to represent global regions, such as continents or subregions.
Updated | 12 days ago |
Status | Canceled |
Category | Assets |
Release date | Dec 19, 2020 |
Author | Javier García |
Made with | Unity |
Code license | Apache License 2.0 |
Average session | A few seconds |
Languages | English |
Links | Docs, GitHub, npm, OpenUPM |
Download
Click download now to get access to the following files:
Development log
- Bricks Bucket: A ring to rule them all12 days ago
Leave a comment
Log in with itch.io to leave a comment.