UniversalInventorySystem VS Graphene

Compare UniversalInventorySystem vs Graphene and see what are their differences.

UniversalInventorySystem

A Unity Package for creating easy to use and highly customizable inventories and inventory`s UI (by Heymity)

Graphene

Graphene for Unity UI Toolkit is a lightweight and modular framework for building user interfaces (by LudiKha)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
UniversalInventorySystem Graphene
1 1
106 143
- -
5.8 3.7
about 1 month ago 3 months ago
C# C#
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

UniversalInventorySystem

Posts with mentions or reviews of UniversalInventorySystem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-15.
  • ArrayList question
    4 projects | /r/Unity3D | 15 Sep 2021
    Or do you mean a List or List[] you can't be this ambiguous about your terminology? I don't know what you mean by 'shapes', do you mean gameObject or do you mean meshes or some other data type? For finding things, with an array or List you kinda have to check every entry until you find the correct thing, so if you're looking for an int that is between 6-8 you have to check each int using a for or foreach loop. If you want to set something to equal a random entry, You can use Random.Range(0, collection.Length); for example and it will give you a random entry in that collection. Unity will actually serialise most arrays or lists so long as they're public or marked as a serializable field, so you can actually see what's in them in the inspector. You have the ability to write to the console to tell you all the entries. However a lot of inventories will use a Dictionary as it scales a lot better for searching. There are tons of examples of inventory systems out there for you to look at https://github.com/devdogio/Inventory-Pro https://github.com/Heymity/UniversalInventorySystem https://github.com/slopezpereyra/Item-InventorySystem-Unity3D https://github.com/nzhul/inventory-system But you probably won't understand how they work.

Graphene

Posts with mentions or reviews of Graphene. We have used some of these posts to build our list of alternatives and similar projects.
  • Movie streaming app in Unity 😏
    1 project | /r/Unity3D | 11 Jul 2021
    Oh yeah I am really looking forward to it becoming a standard. It's still in preview and lacks some features so I decided to not use it. Some poeple have even started making frameworks on top of it too like this: https://github.com/LudiKha/Graphene which is amazing.

What are some alternatives?

When comparing UniversalInventorySystem and Graphene you can also consider the following projects:

TQVaultAE - Extra bank space for Titan Quest Anniversary Edition

unity-gui-windows - Draggable and scalable modular Canvas based GUI windows

unity-aseprite-importer - An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API

unity-samples - A bunch of Unity Samples that allow jumpstarting of projects.

unity-variables - Unity3d package allowing the distribution of data between different GameObjects through ScriptableObjects.

libplanet - Blockchain in C#/.NET for on-chain, decentralized gaming

unity-package-wizard - Command-line wizard to simplify the creation of unity packages.

Unity-Editor-Toolbox - Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.

AIAssetGeneration - ChatGPT/DALL-E powered asset generation for Unity

Empty Keys UI - User Interface Generator

Binner - Open source parts inventory system for makers, electronics hobby, and professional engineers

UnityBookPageCurl - Page curl effect for Unity3d using UGUI