Getting this error in logs on latest. Warning in logs [Warning: HarmonyX] AccessTools.GetTypesFromAssembly: assembly psiber.awesome.reminders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null => System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at HarmonyLib.AccessTools.GetTypesFromAssembly (System.Reflection.Assembly assembly) [0x0000d] in <78c1d5ebcc984a739a6da61ee5e07d42>:0
Doesn't work for me, unfortunately. Once, it notified me of a birthday very late in the day but I had it installed for multiple in-game seasons and it only ever popped up that one time.
5 comments
Warning in logs [Warning: HarmonyX] AccessTools.GetTypesFromAssembly: assembly psiber.awesome.reminders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null => System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0
at HarmonyLib.AccessTools.GetTypesFromAssembly (System.Reflection.Assembly assembly) [0x0000d] in <78c1d5ebcc984a739a6da61ee5e07d42>:0
It's tied to the first mouse event in the day.
If you do nothing or use a controller it's entirely possible that the notifications would not populate.
if (Input.GetMouseButtonDown(UNITY_LEFT_CLICK) || Input.GetMouseButtonDown(UNITY_RIGHT_CLICK) || Input.GetMouseButtonDown(UNITY_MIDDLE_CLICK)){