anatawa12 / ConsoleLogSaver

The tool to share Unity console log with friend who is good to error resolving. エラー解決に強い友達とUnityのコンソールログを共有するためのツール
26 stars 0 forks source link

Not working if assembly conflict happens #9

Closed anatawa12 closed 1 year ago

anatawa12 commented 1 year ago

Even with precompiled dlls, assembly reload is not performed so this problem still happens (confirmed with VPAI). How can I workaround this problem?

I have one very complicated & bad solution: create this tool as single executable and connect to unity using debug protocol.

I don't want to do this way so If you know some better solution, Please tell me that.