Loading

Donation ♥

×
If you're here, it's probably because you like my work and want to support me. Thank you! All the support I get helps me immensely to continue doing what I love.
ASSETS

About

Runtime Monitoring is an easy way for you to debug the state of your C# classes and objects during runtime. Just add the 'Monitor' attribute to a field, property or event and get its value or state displayed in a customizable and extendable UI. Runtime Monitoring aims to be easy to use while also placing a high value on performance and extendability. It's 100% Free and Open Source.

About

Thread Dispatcher is an open source tool to pass the execution of a Delegate, Coroutine or Task from a background thread to the main thread, and await its completion or result on the calling thread as needed. Multiple features equip you with the tools for a wide range of situations in a multi-threaded environment.

About

Similar to assembly definition files, preprocessor symbol definition files are dedicated objects that can be created as an asset in your project to manage custom #defines, also known as preprocessor symbols or scripting define symbols.