handzlikchris / Unity.MissingUnityEventsLinks
Editor extension to generate events that are executed before property set, eg. Transform-position, Transform-rotation, Transform-parent which allows to write more event driven code or debug property changes that are not simple to track down. Easily customisable to allow adding events to different property setters / types.
☆197Updated 3 years ago
Alternatives and similar repositories for Unity.MissingUnityEvents
Users that are interested in Unity.MissingUnityEvents are comparing it to the libraries listed below
Sorting:
- Easily find out what exactly is changing specific transform position / rotation / scale☆142Updated 4 years ago
- BuildLayout Explorer for Unity 2019.3 and newer allows you to inspect the buildlayout.txt report that is generated by Addressables.☆180Updated last year
- Tools to control the asset import settings in a Unity project☆147Updated 7 years ago
- Contains some of my general UnityAnswers posts☆129Updated 2 years ago
- Assists in capturing frames from the Profiler of Domain Reloads in the Unity Editor. Compatible with Unity 2019.3+.☆215Updated 4 years ago
- Selectively deep profile single methods while your game is running in Unity's Profiler 🔬☆157Updated 3 months ago
- Simple Unity Addressables Alternative That Supports Synchronized API☆219Updated last year
- Modular utilities for shader stripping to drastically improve Unity build times☆373Updated last year
- Android Play Asset Delivery support for Unity Addressables☆118Updated last year
- Fast, powerful, GC-friendly C# signals/events for Unity.☆258Updated 6 years ago
- Capture a screenshot with effect and display it. Light-weight, non-realtime, no-camera (and no-PostProcessingStack), but be effective eno…☆169Updated 3 years ago
- Addressables extended with the ability to build multiple catalogs, ideal for traditional DLC purposes.☆95Updated 8 months ago
- Asynchronous operations (promises) for Unity3d.☆183Updated 5 years ago
- A couple of attributes that help disabling Domain Reloading in Unity easier☆241Updated last year
- These sample Scripts can be used to Parse an Editor.Log file and output a CSV to analyze import times for the Unity Editor