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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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