JimmysUnityUtilities VS UnityLibrary

Compare JimmysUnityUtilities vs UnityLibrary and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
JimmysUnityUtilities UnityLibrary
2 1
128 3,616
- 1.9%
7.1 4.2
11 days ago 7 months ago
C# C#
Do What The F*ck You Want To Public License 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.

JimmysUnityUtilities

Posts with mentions or reviews of JimmysUnityUtilities. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-16.
  • Using players' song files at runtime?
    2 projects | /r/gamedev | 16 Sep 2022
    Unity and C# eh? I have some code that might be helpful to you: https://github.com/JimmyCushnie/JimmysUnityUtilities/blob/master/Scripts/AudioLoadingUtilities.cs
  • System.Random not behaving deterministically?
    3 projects | /r/csharp | 25 Mar 2022
    I might have some code that solves your problem. I have a package of Unity utilities, and one of the things in that package is my custom random class, JRandom. JRandom is deterministic across different platforms (at least, as far as I know). Additionally, it's significantly faster that Unity's System.Random, and it contains a plethora of extra methods for getting random values that are more powerful than those in System.Random.

UnityLibrary

Posts with mentions or reviews of UnityLibrary. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing JimmysUnityUtilities and UnityLibrary you can also consider the following projects:

xxHash - A pure C# implementation of xxhash algorithm

delaunator-sharp - Fast Delaunay triangulation of 2D points implemented in C#.

MathUtilities - A collection of some of the neat math and physics tricks that I've collected over the last few years.

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

unity-utils - Useful unity utilities

UniTask - Provides an efficient allocation free async/await integration for Unity.

Unity.mathx - An Extension Library for Unity.Mathematics - Extension Methods, New Syntax, Optimized Functions, and more !

unity-ui-manager - :ticket: A Simple UI Manager for rapid prototyping and ease of collaboration

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

UnityOctree - A dynamic, loose octree implementation for Unity written in C#

Unity.Mathematics - The C# math library used in Unity providing vector types and math functions with a shader like syntax

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