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
Am currently learning the module and have got no clue whether I did something wrong (also gonna ask the Discord in a second, maybe it's Factory mode being funky with how you wrote the code but not sure)
Either way it would be great could you add some logging for debugging purposes or even to just see what someone did wrong when one might strike on this.
It is as simple as adding a few lines of Debug.LogFormat("[Blind Circle #{0}] your message here", modId)
assuming you initialize a modId
Can also help out here if wanted.
The text was updated successfully, but these errors were encountered:
Am currently learning the module and have got no clue whether I did something wrong (also gonna ask the Discord in a second, maybe it's Factory mode being funky with how you wrote the code but not sure)
Either way it would be great could you add some logging for debugging purposes or even to just see what someone did wrong when one might strike on this.
It is as simple as adding a few lines of
Debug.LogFormat("[Blind Circle #{0}] your message here", modId)
assuming you initialize a modId
Can also help out here if wanted.
The text was updated successfully, but these errors were encountered: