You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then maybe also not only error, but possibly for a setting (idk if they use increasing enum values tho)
that would sidestep (and possible require changing) some mods using Modding.Logger.Log and Unity.Debug.Log next to one another.
One feature that could be added to that then as well:
username redaction, like instead of C:\users\SFGrenade\... or /home/sfgrenade/... it could be C:\users\%USERNAME%\... or /home/$USER/...
IMO, the unity logging feature could be moved to MAPI:
that would sidestep (and possible require changing) some mods using Modding.Logger.Log and Unity.Debug.Log next to one another.
One feature that could be added to that then as well:
C:\users\SFGrenade\...
or/home/sfgrenade/...
it could beC:\users\%USERNAME%\...
or/home/$USER/...
Mention: fifty-six/HollowKnight.QoL#49
The text was updated successfully, but these errors were encountered: