Our great sponsors
-
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
-
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.
-
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!
-
-
Definitely a better mathematics class than Unity's built-in: https://github.com/FreyaHolmer/Mathfs
-
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.
Related posts
- Call a Method via Button in the Inspector
- Is there custom editors or editor tools you can't do without?
- Is it possible to toggle a field serialization on bool value? (true=serialize, false= deserialize)
- Is Odin still worth it?
- I just discovered that assets for the sharpshooter were in the game files before the update came out (or at least the sounds)