A VRChat MelonLoader mod which adds an icon to instances you have visited before.
- Display a icon on instances you have visited before (in the current session).
- Currently working on build 1203
- This mod was made for Melonloader 0.5.4
- Download the latest release of the compiled DLL and place into the "VRChat/Mods" folder.
To build this mod, reference the following libraries from MelonLoader/Managed after assembly generation;
- Assembly-CSharp.dll
- Il2Cppmscorlib.dll
- UnhollowerBaseLib.dll
- UnityEngine.CoreModule.dll
- UnityEngine.ImageConversionModule.dll
- UnityEngine.UI.dll
- VRCCore-Standalone.dll
Additionally, reference the following librarys;
- MelonLoader.dll (from MelonLoader base directory)
- 0Harmony.dll
Ensure that the Resources folder is referenced, and "visited.png" is marked as an embedded resource.
Finally, build in your favourite IDE.