⚛️
UniFlux
  • Introduction
  • ❓Getting Started
    • What is UniFlux
    • Setup
  • 🧩Components
    • MonoFlux
    • MethodFluxAttribute
    • StateFluxAttribute
    • Extension Key
  • ⚠️Use Cases
    • Service Locator Alternative
    • Singleton Alternative
    • Messaging Alternative
    • Avoiding Prop Drilling
  • 📚Tutorials
    • How to use a custom Key?
    • How To See Subscriptions ?
    • 📽️(Video) How to Use UniFlux on Unity
  • Links and References
    • 🔗References
    • 🌍Unity Asset Store
    • 🎲Made With UniFlux
    • 📦Github
    • 😎About Me
Powered by GitBook
  1. Tutorials

How To See Subscriptions ?

Last updated 1 year ago

In order to view the subscriptions of our game we must go to the UniFlux panel and search for "Open Debugger"

You will be able to view a list with the classes that have the attributes of MethodFluxAttribute and StateFluxAttribute,

However, manual subscriptions cannot be viewed directly from this mode as they are dynamic.

We will touch the Play button to view the dynamic subscriptions

Note that unlike Runtime code, editor code is not fully optimized, so enabling the debugger in game mode can be resource intensive when it is open.

📚
Remember enabling UNIFLUX_DEBUG mode