Hi! I used the "Find References" feature on an Objective to locate all the files where it's used. According to the warning popup, it should also search inside the Assets folder — but those results never show up. I can confirm there's an Objective declared with the Set State I'm looking for inside an ActionList. The file that's not showing up is an actionList used in a custom script — could that be the reason?
AC: 1.84.3
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Yes - to ensure that only ActionLists related to the game are included in the search, there must be a reference made to the ActionList by the project.
This can be through e.g. AC components in the scene, or the various fields in Managers.
If your ActionList is only referenced through a custom component in your scene, however, you can create such a reference by having your script implement the iActionListAssetReferencer interface.