LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

[Unity] bugfixing #97

Closed Jujstme closed 3 weeks ago

Jujstme commented 6 months ago

Fixed a bug in the logic employed for the path resolution in UnityPointer that could result into not resolving a path correctly.

Jujstme commented 6 months ago

Turned out I found a bug in the code speficially for Mono that sometimes prevented proper identification of the assemblies. This PR also fixes it.