-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Add in a module that lets us easilly add data to a UI screen which updates.
// Add a delegate to draw data to the debug UI
DebugUi.AddData(() => {
return "Data here";
});
This will be important and useful for networking, where logging is pretty ineffective
Reactions are currently unavailable