awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
UnityCommunity avatar

UnityCommunity/UnityLibrary

0
View on GitHub↗
4,291 stars·462 forks·C#·mit·14 viewsunitycommunity.github.io/UnityLibrary↗

UnityLibrary

UnityLibrary is a game engine asset library providing a collection of reusable scripts, shaders, and templates for development within the Unity engine. It functions as a boilerplate template set and an editor extension suite designed to automate common tasks and reduce repetitive setup.

The project includes a collection of pre-built material shaders and visual effects that can be applied to surfaces without writing custom shader code. It also provides utility scripts and editor tools to enhance the native development workflow.

The library covers project bootstrapping through the use of predefined logic templates and the integration of reusable scripts. Additionally, it provides technical documentation and examples to guide the implementation of its core features.

Features

  • Unity Asset Libraries - Provides a collection of reusable scripts, shaders, and templates for Unity game development.
  • Unity - Enhances the Unity editor with tools that automate common tasks and reduce repetitive setup.
  • Unity Editor Extensions - Extends the Unity editor with custom inspectors, windows, and context menus to automate repetitive tasks.
  • Project Bootstrapping Templates - Provides predefined logic templates and reusable scripts for accelerating new Unity project setup.
  • Unity Boilerplate Templates - Provides predefined logic templates and reusable scripts for project bootstrapping and reducing setup time.
  • Unity Utility Scripts - Offers a set of standalone C# scripts for common game development operations like input handling and object pooling.
  • Documentation Examples - Guides implementation of core features through documentation and example code.
  • Documentation Usage Examples - Ships annotated code samples and technical guides demonstrating feature usage and best practices.
  • Pre-built Shader Libraries - Provides ready-to-use shader graphs and material presets that apply visual effects without custom code.
  • Modular - Structures assets into independent, self-contained modules for easy import and selective use.

Star history

Star history chart for unitycommunity/unitylibraryStar history chart for unitycommunity/unitylibrary

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to UnityLibrary

Similar open-source projects, ranked by how many features they share with UnityLibrary.
  • nuxt/uinuxt avatar

    nuxt/ui

    6,675View on GitHub↗

    Nuxt UI is a comprehensive Vue component library built for the Nuxt ecosystem, providing over 125 production-ready, WAI-ARIA compliant components for building modern web applications. The library offers a complete design system with Tailwind CSS theming, supporting dark mode, custom color palettes, semantic color aliases, and runtime theme switching through CSS design tokens. It includes built-in internationalization for over 50 languages, server-side rendering compatibility, and a Figma kit that mirrors the code components for design-to-development consistency. The library distinguishes itse

    Vuecomponentsnuxtnuxt-module
    View on GitHub↗6,675
  • candycat1992/unity_shaders_bookcandycat1992 avatar

    candycat1992/Unity_Shaders_Book

    6,061View on GitHub↗

    This project is a reference library of HLSL shader implementations and source code examples for Unity. It provides a collection of practical samples focused on lighting, coordinate transformations, and rendering passes for 3D graphics. The repository demonstrates the application of 3D rendering mathematics, specifically using vector and matrix calculations to determine light directions and coordinate space transformations. It includes implementations for managing multi-pass rendering pipelines and mapping coordinates between object, world, and view spaces. The material covers foundational gr

    ShaderLab
    View on GitHub↗6,061
  • ashleve/lightning-hydra-templateashleve avatar

    ashleve/lightning-hydra-template

    5,303View on GitHub↗

    This project is a standardized machine learning experiment boilerplate and project template that combines PyTorch Lightning with the Hydra configuration framework. It provides a structured codebase for organizing deep learning workflows, specifically designed to integrate hierarchical configuration management with distributed training. The template features a specialized workflow for hyperparameter optimization and batch experiment execution, allowing for automated parameter sweeps without modifying source code. It employs a hierarchical system for managing settings via YAML files and command

    Pythonbest-practicesconfigdeep-learning
    View on GitHub↗5,303
  • a16z-infra/ai-getting-starteda16z-infra avatar

    a16z-infra/ai-getting-started

    4,133View on GitHub↗

    This project is an artificial intelligence application starter kit and cloud deployment framework. It provides a pre-configured foundation for building AI applications, featuring integrated authentication, orchestration, and vector database connectivity. The framework serves as an implementation template for retrieval augmented generation systems. It includes a pipeline to convert markdown documents into vector embeddings and store them in a database to enable question-and-answer functionality. The system covers the coordination of communication between user interfaces and backend AI service

    TypeScript
    View on GitHub↗4,133
See all 30 alternatives to UnityLibrary→

Frequently asked questions

What does unitycommunity/unitylibrary do?

UnityLibrary is a game engine asset library providing a collection of reusable scripts, shaders, and templates for development within the Unity engine. It functions as a boilerplate template set and an editor extension suite designed to automate common tasks and reduce repetitive setup.

What are the main features of unitycommunity/unitylibrary?

The main features of unitycommunity/unitylibrary are: Unity Asset Libraries, Unity, Unity Editor Extensions, Project Bootstrapping Templates, Unity Boilerplate Templates, Unity Utility Scripts, Documentation Examples, Documentation Usage Examples.

What are some open-source alternatives to unitycommunity/unitylibrary?

Open-source alternatives to unitycommunity/unitylibrary include: nuxt/ui — Nuxt UI is a comprehensive Vue component library built for the Nuxt ecosystem, providing over 125 production-ready,… dbrizov/naughtyattributes — NaughtyAttributes is a collection of custom attributes for the Unity Editor inspector that allows for field… ashleve/lightning-hydra-template — This project is a standardized machine learning experiment boilerplate and project template that combines PyTorch… a16z-infra/ai-getting-started — This project is an artificial intelligence application starter kit and cloud deployment framework. It provides a… candycat1992/unity_shaders_book — This project is a reference library of HLSL shader implementations and source code examples for Unity. It provides a… victoresque/pytorch-template — This project is a PyTorch project boilerplate and training framework designed to standardize the development of deep…