yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 218 forks source link

Add a method to search console method attributes in hotfix #83

Closed hanazonoyurine closed 7 months ago

yasirkula commented 1 year ago

My understanding is that this allows fetching console methods from assemblies that are loaded at runtime. Is that correct? I haven't loaded any assemblies at runtime so I'm unfamiliar with this topic; what was your use-case?

hanazonoyurine commented 1 year ago

I will load a hotfix assembly download from server.

yasirkula commented 1 year ago

OK I can merge it but since the majority of the code is copy&paste, please copy&paste the code again but only this time, preserve the original code style 🐱

yasirkula commented 7 months ago

I've renamed the method to DebugLogConsole.SearchAssemblyForConsoleMethods.