Skip to content
View JohnBaracuda's full-sized avatar
🥰
I want to die peacefully
🥰
I want to die peacefully
Block or Report

Block or report JohnBaracuda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. com.baracuda.runtime-monitoring com.baracuda.runtime-monitoring Public

    Runtime Monitoring is an easy way for you to monitor the value or state of custom C# members during runtime. Just add the 'Monitor' attribute to a field, property, event, method or even class and g…

    C# 367 19

  2. com.baracuda.thread-dispatcher com.baracuda.thread-dispatcher Public

    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…

    C# 44 4

  3. com.baracuda.preprocessor-symbol-definition-files com.baracuda.preprocessor-symbol-definition-files Public

    This package provides an easy way to manage custom #defines in a Unity project for multiple platforms by providing dedicated files called: Preprocessor Symbol Definition Files, that allow to handle…

    C# 18 1

  4. com.baracuda.utilities com.baracuda.utilities Public

    Collection of non project sepcifc utility functionality and types. This includes generally applicable types, classes, extension methods and more.

    C# 2

  5. com.baracuda.mediator com.baracuda.mediator Public

    Scriptable object based event and mediation framework. This is a preview package lacking features and documentation.

    C# 1

  6. com.baracuda.serialization com.baracuda.serialization Public

    A profile-based, multi-platform serialization and save-game system that supports both synchronous and asynchronous I/O access. Utilizing an internal file cache and operation queue, the system enabl…

    C#