I love collecting free/MIT utility code for Unity to add to my projects. Let's share some!

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • NaughtyAttributes

    Attribute Extensions for Unity

    NaughtyAttributes https://github.com/dbrizov/NaughtyAttributes is amazing for quickly and easily customizing script inspectors without having to resort to a full custom inspector GUI

  • unity-toolbar-extender

    Extend the Unity Toolbar with your own Editor UI code.

    Here's some code to add your own buttons to the toolbar, on the left or right of the play button. Amazing for accessing stuff like the Addressable window with the click of a button.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • Unity-SerializeReferenceExtensions

    Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.

    This one allows you to serialize a reference, like Unity's SerializeReference. However, in the inspector, you get to create an instance of any type the reference can hold. This is extremely powerful for modular systems like card games or weapons.

  • MyBox

    MyBox is a set of attributes, tools and extensions for Unity

    This one is a mixed bag of various utility stuff I found. Some is good, some a bit less, but it's fun to explore!

  • Unity-Easy-Way-Tools

    Unity Extension with different Asset Workflow and Tech Art Tools

  • Mathfs

    Expanded Math Functionality for Unity

    Definitely a better mathematics class than Unity's built-in: https://github.com/FreyaHolmer/Mathfs

  • unity-card-play

    Here's a tiny card library i made and plan to update since i'm currently using in a prototype https://github.com/lelexy100/unity-card-play

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts