Upgraded to 1.82.4 and noticed today that I'm getting warnings in Console:
Missing types referenced from component SettingsManager on game object SettingsManager:
AC.EventSceneSwitch, Assembly-CSharp (1 object)
AC.EventSpeechStart, Assembly-CSharp (1 object)
Any ideas what this is about?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Which version were you updating from, and in which version of Unity?
It wasn't in v1.82.4, but a recent release included a bugfix to the Events Editor that unfortunately may require your Events to be rebuilt.
Open up the Events Editor from the top toolbar, and check that any events you've defined are still present. If they've been rebuilt - apologies - the ActionLists that they run should at least still be unchanged.
I think it was AC 1.78 (if not earlier). Unity version 20.3.18.
I checked Events Editor, and currenly the list is empty.
Locate your Settings Manager's asset file (via the Project window, not the AC Game Editor), and view its Inspsector.
Look for the "Events" foldout near the top. Expand it, and set its amount to "0" if it's not already.
It worked! There were two Event elements in there, which I deleted. Thank you!